- CACHEABLE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
-
- cacheBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
-
Notifies the worker the block is cached.
- cacheBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
-
- cacheBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
-
- cacheBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
-
- cacheBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- cacheBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
-
Used to cache a block into Tachyon space, worker will move the temporary block file from session
folder to data folder, and update the space usage information related.
- cacheBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
-
- cacheBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
-
Used to cache a block into Tachyon space, worker will move the temporary block file from
session folder to data folder, and update the space usage information related.
- cacheBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- cacheBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- cacheBlock_args(BlockWorkerClientService.cacheBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
Performs a deep copy on other.
- cacheBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.cacheBlock_call
-
- cacheBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- cacheBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- cacheBlock_result(BlockWorkerClientService.cacheBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
Performs a deep copy on other.
- call() - Method in interface tachyon.ClientBase.RpcCallable
-
The task where RPC happens.
- call() - Method in interface tachyon.ClientBase.RpcCallableThrowsTachyonTException
-
The task where RPC happens.
- call() - Method in class tachyon.examples.BasicCheckpoint
-
- call() - Method in class tachyon.examples.BasicNonByteBufferOperations
-
- call() - Method in class tachyon.examples.BasicOperations
-
- call() - Method in interface tachyon.replay.ReplayCache.ReplayCallable
-
Calls the RPC handler.
- call() - Method in interface tachyon.replay.ReplayCache.ReplayCallableThrowsIOException
-
Calls the RPC handler.
- cancel() - Method in class tachyon.client.block.LocalBlockOutStream
-
- cancel() - Method in class tachyon.client.block.RemoteBlockOutStream
-
- cancel() - Method in interface tachyon.client.Cancelable
-
Cancels the write to Tachyon storage.
- cancel() - Method in class tachyon.client.file.FileOutStream
-
- cancel() - Method in class tachyon.client.OutStreamBase
-
Aborts the output stream.
- Cancelable - Interface in tachyon.client
-
This interface should be implemented by all Tachyon output streams which support aborting the
temporary data that has been written.
- cancelBlock(long) - Method in class tachyon.client.worker.BlockWorkerClient
-
Notifies worker that the block has been cancelled
- cancelBlock(long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
-
- cancelBlock(long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
-
- cancelBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
-
- cancelBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- cancelBlock(long, long) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
-
Used to cancel a block which is being written.
- cancelBlock() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
-
- cancelBlock(long, long) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
-
Used to cancel a block which is being written.
- cancelBlock_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- cancelBlock_args(long, long) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- cancelBlock_args(BlockWorkerClientService.cancelBlock_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
Performs a deep copy on other.
- cancelBlock_call(long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.cancelBlock_call
-
- cancelBlock_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- cancelBlock_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- cancelBlock_result(BlockWorkerClientService.cancelBlock_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
Performs a deep copy on other.
- CANNOT_READ_FOLDER - Static variable in class tachyon.exception.PreconditionMessage
-
- canPut(byte[], byte[]) - Method in interface tachyon.client.keyvalue.KeyValuePartitionWriter
-
Returns whether this writer will be full after inserting the given key-value pair.
- capacityBytes - Variable in class tachyon.thrift.WorkerInfo
-
- cascade - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
whether to delete the lineage in cascade
- CASCADE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- cascadingEvict(long, BlockStoreLocation, EvictionPlan) - Method in class tachyon.worker.block.evictor.EvictorBase
-
A recursive implementation of cascading eviction.
- CatCommand - Class in tachyon.shell.command
-
Prints the file's contents to the console.
- CatCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CatCommand
-
- changeLocalFilePermission(String, String) - Static method in class tachyon.util.io.FileUtils
-
Changes local file's permission.
- changeLocalFileToFullPermission(String) - Static method in class tachyon.util.io.FileUtils
-
Changes local file's permission to be 777.
- channelRead0(ChannelHandlerContext, RPCMessage) - Method in class tachyon.client.netty.ClientHandler
-
- channelRead0(ChannelHandlerContext, RPCMessage) - Method in class tachyon.worker.netty.DataServerHandler
-
- ChannelType - Enum in tachyon.network
-
What type of netty channel to use.
- check(boolean, ExceptionMessage, Object...) - Static method in exception tachyon.exception.LineageDoesNotExistException
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkIfClosed() - Method in class tachyon.client.block.BufferedBlockOutStream
-
Convenience method for checking the state of the stream.
- checkMinimalPollingPeriod(TimeUnit, int) - Static method in class tachyon.metrics.MetricsSystem
-
Checks if the poll period is smaller that the minimal poll period which is 1 second.
- checkOutputSpecs(FileSystem, JobConf) - Method in class tachyon.client.keyvalue.hadoop.KeyValueOutputFormat
- checkOwner(String, List<String>, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
-
Checks whether the user is the owner of the path.
- checkParentPermission(String, List<String>, FileSystemAction, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
-
Checks requested permission and basic permission on the parent of the path.
- checkPermission(String, List<String>, FileSystemAction, TachyonURI, List<FileInfo>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
-
Checks requested permission and basic permission on the path.
- CHECKPOINT_SESSION_ID - Static variable in class tachyon.Sessions
-
- checkpointExists() - Method in class tachyon.master.journal.JournalTailer
-
- CheckpointLatestPlanner - Class in tachyon.master.lineage.checkpoint
-
This class tries to checkpoint the latest created lineage that is ready for persistence.
- CheckpointLatestPlanner(LineageStoreView, FileSystemMasterView) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointLatestPlanner
-
- CheckpointPlan - Class in tachyon.master.lineage.checkpoint
-
A plan for checkpointing lineage.
- CheckpointPlan(List<Long>) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointPlan
-
- CheckpointPlanner - Interface in tachyon.master.lineage.checkpoint
-
Generates plans for Lineage checkpointing.
- CheckpointPlanner.Factory - Class in tachyon.master.lineage.checkpoint
-
- CheckpointSchedulingExcecutor - Class in tachyon.master.lineage.checkpoint
-
Schedules a checkpoint plan.
- CheckpointSchedulingExcecutor(LineageMaster, FileSystemMaster) - Constructor for class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
-
- checkReady() - Method in class tachyon.worker.DataServerMessage
-
Checks if the message is ready.
- checkSuperuser(String, List<String>) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
-
Checks whether the user is a super user or in super group.
- checkType(FileSystemCommandOptions._Fields, Object) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- chgrp(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
-
Changes the group for the directory or file with the path specified in args.
- ChgrpCommand - Class in tachyon.shell.command
-
Changes the group of a file or directory specified by args.
- ChgrpCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChgrpCommand
-
- ChgrpRecursiveCommand - Class in tachyon.shell.command
-
Changes the group of a file or directory specified by args recursively.
- ChgrpRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChgrpRecursiveCommand
-
- children - Variable in class tachyon.thrift.LineageInfo
-
- chmod(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
-
Changes the permissions of directory or file with the path specified in args.
- ChmodCommand - Class in tachyon.shell.command
-
Changes the permission of a file or directory specified by args.
- ChmodCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChmodCommand
-
- ChmodRecursiveCommand - Class in tachyon.shell.command
-
Changes the permission of a file or directory specified by args recursively.
- ChmodRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChmodRecursiveCommand
-
- chown(TachyonURI, String, boolean) - Method in class tachyon.shell.command.AbstractAclCommand
-
Changes the owner for the directory or file with the path specified in args.
- ChownCommand - Class in tachyon.shell.command
-
Changes the owner of a file or directory specified by args.
- ChownCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChownCommand
-
- ChownRecursiveCommand - Class in tachyon.shell.command
-
Changes the owner of a file or directory specified by args recursively.
- ChownRecursiveCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.ChownRecursiveCommand
-
- cleanDirectBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
-
Forces to unmap a direct buffer if this buffer is no longer used.
- cleanPath(String) - Static method in class tachyon.util.io.PathUtils
-
Checks and normalizes the given path.
- cleanup() - Method in class tachyon.underfs.UnderFileSystemCluster
-
To clean up the test environment over underfs cluster system, so that we can re-use the running
system for the next test round instead of turning on/off it from time to time.
- cleanupSession(long) - Method in class tachyon.worker.block.BlockLockManager
-
Cleans up the locks currently hold by a specific session.
- cleanupSession(long) - Method in class tachyon.worker.block.TieredBlockStore
-
- cleanupSessions() - Method in class tachyon.worker.block.BlockDataManager
-
Cleans up after sessions, to prevent zombie sessions.
- cleanupSessionTempBlocks(long, List<Long>) - Method in class tachyon.worker.block.BlockMetadataManager
-
- cleanupSessionTempBlocks(long, List<Long>) - Method in class tachyon.worker.block.meta.StorageDir
-
Cleans up the temp block meta data for each block id passed in.
- clear() - Method in class tachyon.collections.IndexedSet
-
Removes all the entries in this set.
- clear() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- clear() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- clear() - Method in class tachyon.thrift.BlockInfo
-
- clear() - Method in class tachyon.thrift.BlockLocation
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- clear() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- clear() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- clear() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- clear() - Method in class tachyon.thrift.Command
-
- clear() - Method in class tachyon.thrift.CommandLineJobInfo
-
- clear() - Method in class tachyon.thrift.CompleteFileTOptions
-
- clear() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- clear() - Method in class tachyon.thrift.CreateFileTOptions
-
- clear() - Method in class tachyon.thrift.DependencyInfo
-
- clear() - Method in class tachyon.thrift.FileBlockInfo
-
- clear() - Method in class tachyon.thrift.FileInfo
-
- clear() - Method in class tachyon.thrift.FileSystemCommand
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- clear() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- clear() - Method in class tachyon.thrift.JobConfInfo
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- clear() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- clear() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- clear() - Method in class tachyon.thrift.LineageInfo
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- clear() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- clear() - Method in class tachyon.thrift.LockBlockResult
-
- clear() - Method in class tachyon.thrift.PartitionInfo
-
- clear() - Method in class tachyon.thrift.PersistCommandOptions
-
- clear() - Method in class tachyon.thrift.PersistFile
-
- clear() - Method in class tachyon.thrift.RpcOptions
-
- clear() - Method in class tachyon.thrift.SetAclTOptions
-
- clear() - Method in class tachyon.thrift.SetAttributeTOptions
-
- clear() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- clear() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- clear() - Method in exception tachyon.thrift.TachyonTException
-
- clear() - Method in exception tachyon.thrift.ThriftIOException
-
- clear() - Method in class tachyon.thrift.WorkerInfo
-
- clear() - Method in class tachyon.thrift.WorkerNetAddress
-
- clearAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- clearAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- clearBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- clearBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 block_id = 1;
- clearBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 block_id = 4;
- clearBlockIds() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
repeated int64 block_ids = 1;
- clearBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- clearBlockMarks() - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Clears all marks of blocks to move in/out in all dir views.
- clearBlockMarks() - Method in class tachyon.worker.block.meta.StorageDirView
-
Clears all marks about blocks to move in/out in this view.
- clearBlocks() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
repeated int64 blocks = 12;
- clearBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 block_size_bytes = 8;
- clearBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 block_size_bytes = 2;
- clearCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool cacheable = 11;
- clearCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional bool cascade = 2;
- clearClients() - Method in class tachyon.master.LocalTachyonMaster
-
Clears all the clients.
- clearCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool completed = 10;
- clearCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- clearCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- clearCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- clearContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 container_id = 1;
- clearCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- clearCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 creation_time_ms = 6;
- clearCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 creation_time_ms = 6;
- clearCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 creation_time_ms = 6;
- clearDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- clearDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- clearDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- clearDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- clearDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- clearEntry() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- clearFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
optional int64 file_id = 1;
- clearFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 from_store_id = 1;
- clearGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- clearGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- clearGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- clearId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 id = 2;
- clearId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 id = 1;
- clearId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 id = 1;
- clearInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- clearInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- clearInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- clearInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- clearInputFiles() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 input_files = 2;
- clearJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- clearJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- clearKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- clearKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- clearLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 last_modification_time_ms = 2;
- clearLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 length = 2;
- clearLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 length = 3;
- clearLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 length = 9;
- clearLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 length = 2;
- clearLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- clearLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional int64 lineage_id = 1;
- clearLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- clearMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- clearName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- clearName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- clearNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
optional int64 next_container_id = 1;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 op_time_ms = 4;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 op_time_ms = 3;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 op_time_ms = 3;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 op_time_ms = 3;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 op_time_ms = 2;
- clearOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 op_time_ms = 2;
- clearOutputFileIds() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 output_file_ids = 3;
- clearParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 parent_id = 2;
- clearParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 parent_id = 2;
- clearPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- clearPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int32 permission = 10;
- clearPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int32 permission = 16;
- clearPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int32 permission = 5;
- clearPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- clearPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool persisted = 5;
- clearPersistedFiles(List<Long>) - Method in class tachyon.worker.file.FileDataManager
-
- clearPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- clearPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- clearPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional bool pinned = 5;
- clearPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool pinned = 5;
- clearPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool pinned = 3;
- clearRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional bool recursive = 2;
- clearReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- clearRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- clearSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 sequence_number = 2;
- clearSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional int64 sequence_number = 1;
- clearSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
optional int64 sequence_number = 1;
- clearSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- clearSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 store_id = 1;
- clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
optional int64 store_id = 1;
- clearStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
optional int64 store_id = 1;
- clearStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
optional int64 store_id = 1;
- clearTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- clearTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- clearToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 to_store_id = 2;
- clearTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 ttl = 13;
- clearTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 ttl = 3;
- clearTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 ttl = 4;
- clearUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- clearUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- clearUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- clearUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- Client(TProtocol) - Constructor for class tachyon.thrift.BlockMasterClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockMasterClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.BlockWorkerClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.BlockWorkerClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.LineageMasterClientService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.LineageMasterClientService.Client
-
- Client(TProtocol) - Constructor for class tachyon.thrift.TachyonService.Client
-
- Client(TProtocol, TProtocol) - Constructor for class tachyon.thrift.TachyonService.Client
-
- CLIENT_CONTEXT_NOT_INITIALIZED - Static variable in class tachyon.exception.PreconditionMessage
-
- CLIENT_METRICS_SIZE - Static variable in class tachyon.Constants
-
- CLIENT_METRICS_VERSION - Static variable in class tachyon.Constants
-
- CLIENT_METRICS_VERSION_INDEX - Static variable in class tachyon.Constants
-
- ClientBase - Class in tachyon
-
The base class for clients.
- ClientBase(InetSocketAddress, TachyonConf, String) - Constructor for class tachyon.ClientBase
-
Creates a new client base.
- ClientBase.RpcCallable<V> - Interface in tachyon
-
- ClientBase.RpcCallableThrowsTachyonTException<V> - Interface in tachyon
-
- ClientContext - Class in tachyon.client
-
A shared context in each client JVM.
- ClientHandler - Class in tachyon.client.netty
-
This handles all the messages received by the client channel.
- ClientHandler() - Constructor for class tachyon.client.netty.ClientHandler
-
- ClientHandler.ResponseListener - Interface in tachyon.client.netty
-
The interface for listeners to implement to receive callbacks when messages are received.
- ClientMetrics - Class in tachyon.worker
-
ClientMetrics is used to pass client metrics from client to worker by session heartbeat.
- ClientMetrics() - Constructor for class tachyon.worker.ClientMetrics
-
Constructs new client metrics.
- ClientPool - Class in tachyon.master
-
Keeps a collection of all clients (
FileSystem) returned.
- ClientRWLock - Class in tachyon.worker.block
-
Read/write lock associated with clients rather than threads.
- ClientRWLock() - Constructor for class tachyon.worker.block.ClientRWLock
-
- ClientUtils - Class in tachyon.client
-
Utilities class for Tachyon Client.
- clone() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- clone() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- cloneByteBuffer(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
-
- cloneByteBufferList(List<ByteBuffer>) - Static method in class tachyon.util.io.BufferUtils
-
- close() - Method in class tachyon.client.block.BufferedBlockInStream
-
- close() - Method in class tachyon.client.block.LocalBlockInStream
-
- close() - Method in class tachyon.client.block.LocalBlockOutStream
-
- close() - Method in class tachyon.client.block.RemoteBlockInStream
-
- close() - Method in class tachyon.client.block.RemoteBlockOutStream
-
- close() - Method in class tachyon.client.block.UnderStoreBlockInStream
-
- close() - Method in class tachyon.client.file.FileInStream
-
- close() - Method in class tachyon.client.file.FileOutStream
-
- close() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- close() - Method in class tachyon.client.lineage.DummyFileOutputStream
-
- close() - Method in class tachyon.client.netty.NettyRemoteBlockReader
-
Release the underlying buffer of previous/current read response.
- close() - Method in class tachyon.client.netty.NettyRemoteBlockWriter
-
- close() - Method in class tachyon.ClientBase
-
Closes the connection with the remote permanently.
- close() - Method in class tachyon.hadoop.HdfsFileInputStream
-
- close() - Method in interface tachyon.heartbeat.HeartbeatExecutor
-
Cleans up any resources used by the heartbeat executor.
- close() - Method in class tachyon.LeaderSelectorClient
-
- close() - Method in class tachyon.master.ClientPool
-
- close() - Method in interface tachyon.master.journal.JournalInputStream
-
Closes the stream.
- close() - Method in interface tachyon.master.journal.JournalOutputStream
-
Closes the stream.
- close() - Method in class tachyon.master.journal.JournalWriter
-
Closes the journal.
- close() - Method in class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
-
- close() - Method in class tachyon.master.lineage.recompute.RecomputeExecutor
-
- close() - Method in class tachyon.resource.ResourcePool
-
Closes the resource pool.
- close() - Method in class tachyon.shell.TfsShell
-
- close() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- close() - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- close() - Method in class tachyon.underfs.oss.OSSInputStream
-
- close() - Method in class tachyon.underfs.oss.OSSOutputStream
-
Closes this output stream.
- close() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- close() - Method in class tachyon.underfs.s3.S3InputStream
-
- close() - Method in class tachyon.underfs.s3.S3OutputStream
-
- close() - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- close() - Method in class tachyon.underfs.swift.SwiftOutputStream
-
- close() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- close() - Method in class tachyon.underfs.UnderFileSystem
-
Closes this under file system.
- close() - Method in class tachyon.worker.block.BlockMasterSync
-
- close() - Method in class tachyon.worker.block.io.LocalFileBlockReader
-
- close() - Method in class tachyon.worker.block.io.LocalFileBlockWriter
-
- close() - Method in class tachyon.worker.block.PinListSync
-
- close() - Method in class tachyon.worker.DataServerMessage
-
Closes the message.
- close() - Method in class tachyon.worker.netty.NettyDataServer
-
- close() - Method in class tachyon.worker.nio.NIODataServer
-
- collectInodes(TachyonURI) - Method in class tachyon.master.file.meta.InodeTree
-
- Command - Class in tachyon.thrift
-
- Command() - Constructor for class tachyon.thrift.Command
-
- Command(CommandType, List<Long>) - Constructor for class tachyon.thrift.Command
-
- Command(Command) - Constructor for class tachyon.thrift.Command
-
Performs a deep copy on other.
- command - Variable in class tachyon.thrift.CommandLineJobInfo
-
- Command._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- COMMAND_FORMAT_LS - Static variable in class tachyon.Constants
-
- COMMAND_LINE_LINEAGE_ONLY - Static variable in class tachyon.exception.PreconditionMessage
-
- CommandLineJob - Class in tachyon.job
-
A job that wraps a programmed run by command line.
- CommandLineJob(String, JobConf) - Constructor for class tachyon.job.CommandLineJob
-
Constructor.
- CommandLineJobInfo - Class in tachyon.thrift
-
- CommandLineJobInfo() - Constructor for class tachyon.thrift.CommandLineJobInfo
-
- CommandLineJobInfo(String, JobConfInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
-
- CommandLineJobInfo(CommandLineJobInfo) - Constructor for class tachyon.thrift.CommandLineJobInfo
-
Performs a deep copy on other.
- CommandLineJobInfo._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- commandOptions - Variable in class tachyon.thrift.FileSystemCommand
-
- commandType - Variable in class tachyon.thrift.Command
-
- CommandType - Enum in tachyon.thrift
-
- commandType - Variable in class tachyon.thrift.FileSystemCommand
-
- CommandUtils - Class in tachyon.shell.command
-
Common util methods for executing commands.
- commit() - Method in class tachyon.security.login.AppLoginModule
-
Commits the authentication (second phase).
- commit() - Method in class tachyon.security.login.TachyonLoginModule
-
Commits the authentication (second phase).
- commitBlock(long, long, String, long, long) - Method in class tachyon.master.block.BlockMaster
-
Marks a block as committed on a specific worker.
- commitBlock(long, long, String, long, long) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
-
- commitBlock(long, long, String, long, long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
-
- commitBlock(long, long, String, long, long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
-
- commitBlock() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
-
- commitBlock(long, long, String, long, long) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- commitBlock(long, long, String, long, long) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
-
Marks the given block as committed.
- commitBlock() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
-
- commitBlock(long, long) - Method in class tachyon.worker.block.BlockDataManager
-
Commits a block to Tachyon managed space.
- commitBlock(long, long, String, long, long) - Method in class tachyon.worker.block.BlockMasterClient
-
Commits a block on a worker.
- commitBlock(long, long) - Method in class tachyon.worker.block.TieredBlockStore
-
- commitBlock_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- commitBlock_args(long, long, String, long, long) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- commitBlock_args(BlockMasterWorkerService.commitBlock_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Performs a deep copy on other.
- commitBlock_call(long, long, String, long, long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.commitBlock_call
-
- commitBlock_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- commitBlock_result(BlockMasterWorkerService.commitBlock_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
Performs a deep copy on other.
- commitBlockInUFS(long, long) - Method in class tachyon.master.block.BlockMaster
-
Marks a block as committed, but without a worker location.
- commitPath(StorageDir, long) - Static method in class tachyon.worker.block.meta.BlockMetaBase
-
Committed block is stored in BlockStore under its
StorageDir as a block file named
after its blockId.
- commitTempBlockMeta(TempBlockMeta) - Method in class tachyon.worker.block.BlockMetadataManager
-
Commits a temp block.
- CommonUtils - Class in tachyon.util
-
Common utilities shared by all components in Tachyon.
- compareTo(KeyValuePair) - Method in class tachyon.client.keyvalue.KeyValuePair
-
Compares this key-value pair to another.
- compareTo(TtlBucket) - Method in class tachyon.master.file.meta.TtlBucket
-
Compares this bucket's TTL interval start time to that of another bucket.
- compareTo(TachyonURI) - Method in class tachyon.TachyonURI
-
- compareTo(BlockInfo) - Method in class tachyon.thrift.BlockInfo
-
- compareTo(BlockLocation) - Method in class tachyon.thrift.BlockLocation
-
- compareTo(BlockMasterClientService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- compareTo(BlockMasterClientService.getBlockInfo_result) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- compareTo(BlockMasterClientService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- compareTo(BlockMasterClientService.getCapacityBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- compareTo(BlockMasterClientService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- compareTo(BlockMasterClientService.getUsedBytes_result) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- compareTo(BlockMasterClientService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- compareTo(BlockMasterClientService.getWorkerInfoList_result) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- compareTo(BlockMasterWorkerService.commitBlock_args) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- compareTo(BlockMasterWorkerService.commitBlock_result) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- compareTo(BlockMasterWorkerService.getWorkerId_args) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- compareTo(BlockMasterWorkerService.getWorkerId_result) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- compareTo(BlockMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- compareTo(BlockMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- compareTo(BlockMasterWorkerService.registerWorker_args) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- compareTo(BlockMasterWorkerService.registerWorker_result) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- compareTo(BlockWorkerClientService.accessBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- compareTo(BlockWorkerClientService.accessBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- compareTo(BlockWorkerClientService.asyncCheckpoint_args) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- compareTo(BlockWorkerClientService.asyncCheckpoint_result) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- compareTo(BlockWorkerClientService.cacheBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- compareTo(BlockWorkerClientService.cacheBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- compareTo(BlockWorkerClientService.cancelBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- compareTo(BlockWorkerClientService.cancelBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- compareTo(BlockWorkerClientService.lockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- compareTo(BlockWorkerClientService.lockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- compareTo(BlockWorkerClientService.promoteBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- compareTo(BlockWorkerClientService.promoteBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- compareTo(BlockWorkerClientService.requestBlockLocation_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- compareTo(BlockWorkerClientService.requestBlockLocation_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- compareTo(BlockWorkerClientService.requestSpace_args) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- compareTo(BlockWorkerClientService.requestSpace_result) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- compareTo(BlockWorkerClientService.sessionHeartbeat_args) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- compareTo(BlockWorkerClientService.sessionHeartbeat_result) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- compareTo(BlockWorkerClientService.unlockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- compareTo(BlockWorkerClientService.unlockBlock_result) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- compareTo(Command) - Method in class tachyon.thrift.Command
-
- compareTo(CommandLineJobInfo) - Method in class tachyon.thrift.CommandLineJobInfo
-
- compareTo(CompleteFileTOptions) - Method in class tachyon.thrift.CompleteFileTOptions
-
- compareTo(CreateDirectoryTOptions) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- compareTo(CreateFileTOptions) - Method in class tachyon.thrift.CreateFileTOptions
-
- compareTo(DependencyInfo) - Method in class tachyon.thrift.DependencyInfo
-
- compareTo(FileBlockInfo) - Method in class tachyon.thrift.FileBlockInfo
-
- compareTo(FileInfo) - Method in class tachyon.thrift.FileInfo
-
- compareTo(FileSystemCommand) - Method in class tachyon.thrift.FileSystemCommand
-
- compareTo(FileSystemCommandOptions) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- compareTo(FileSystemMasterClientService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- compareTo(FileSystemMasterClientService.completeFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- compareTo(FileSystemMasterClientService.createDirectory_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- compareTo(FileSystemMasterClientService.createDirectory_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- compareTo(FileSystemMasterClientService.createFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- compareTo(FileSystemMasterClientService.createFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- compareTo(FileSystemMasterClientService.free_args) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- compareTo(FileSystemMasterClientService.free_result) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- compareTo(FileSystemMasterClientService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- compareTo(FileSystemMasterClientService.getFileBlockInfoList_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- compareTo(FileSystemMasterClientService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- compareTo(FileSystemMasterClientService.getNewBlockIdForFile_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- compareTo(FileSystemMasterClientService.getStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- compareTo(FileSystemMasterClientService.getStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- compareTo(FileSystemMasterClientService.getStatusInternal_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- compareTo(FileSystemMasterClientService.getStatusInternal_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- compareTo(FileSystemMasterClientService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- compareTo(FileSystemMasterClientService.getUfsAddress_result) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- compareTo(FileSystemMasterClientService.listStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- compareTo(FileSystemMasterClientService.listStatus_result) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- compareTo(FileSystemMasterClientService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- compareTo(FileSystemMasterClientService.loadMetadata_result) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- compareTo(FileSystemMasterClientService.mount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- compareTo(FileSystemMasterClientService.mount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- compareTo(FileSystemMasterClientService.remove_args) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- compareTo(FileSystemMasterClientService.remove_result) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- compareTo(FileSystemMasterClientService.rename_args) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- compareTo(FileSystemMasterClientService.rename_result) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- compareTo(FileSystemMasterClientService.scheduleAsyncPersist_args) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- compareTo(FileSystemMasterClientService.scheduleAsyncPersist_result) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- compareTo(FileSystemMasterClientService.setAcl_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- compareTo(FileSystemMasterClientService.setAcl_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- compareTo(FileSystemMasterClientService.setAttribute_args) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- compareTo(FileSystemMasterClientService.setAttribute_result) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- compareTo(FileSystemMasterClientService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- compareTo(FileSystemMasterClientService.unmount_result) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- compareTo(FileSystemMasterWorkerService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- compareTo(FileSystemMasterWorkerService.getFileInfo_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- compareTo(FileSystemMasterWorkerService.getPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- compareTo(FileSystemMasterWorkerService.getPinIdList_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- compareTo(FileSystemMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- compareTo(FileSystemMasterWorkerService.heartbeat_result) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- compareTo(JobConfInfo) - Method in class tachyon.thrift.JobConfInfo
-
- compareTo(KeyValueMasterClientService.completePartition_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- compareTo(KeyValueMasterClientService.completePartition_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- compareTo(KeyValueMasterClientService.completeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- compareTo(KeyValueMasterClientService.completeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- compareTo(KeyValueMasterClientService.createStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- compareTo(KeyValueMasterClientService.createStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- compareTo(KeyValueMasterClientService.deleteStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- compareTo(KeyValueMasterClientService.deleteStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- compareTo(KeyValueMasterClientService.getPartitionInfo_args) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- compareTo(KeyValueMasterClientService.getPartitionInfo_result) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- compareTo(KeyValueMasterClientService.mergeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- compareTo(KeyValueMasterClientService.mergeStore_result) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- compareTo(KeyValueWorkerClientService.get_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- compareTo(KeyValueWorkerClientService.get_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- compareTo(KeyValueWorkerClientService.getNextKeys_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- compareTo(KeyValueWorkerClientService.getNextKeys_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- compareTo(KeyValueWorkerClientService.getSize_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- compareTo(KeyValueWorkerClientService.getSize_result) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- compareTo(LineageInfo) - Method in class tachyon.thrift.LineageInfo
-
- compareTo(LineageMasterClientService.createLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- compareTo(LineageMasterClientService.createLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- compareTo(LineageMasterClientService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- compareTo(LineageMasterClientService.deleteLineage_result) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- compareTo(LineageMasterClientService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- compareTo(LineageMasterClientService.getLineageInfoList_result) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- compareTo(LineageMasterClientService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- compareTo(LineageMasterClientService.reinitializeFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- compareTo(LineageMasterClientService.reportLostFile_args) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- compareTo(LineageMasterClientService.reportLostFile_result) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- compareTo(LockBlockResult) - Method in class tachyon.thrift.LockBlockResult
-
- compareTo(PartitionInfo) - Method in class tachyon.thrift.PartitionInfo
-
- compareTo(PersistCommandOptions) - Method in class tachyon.thrift.PersistCommandOptions
-
- compareTo(PersistFile) - Method in class tachyon.thrift.PersistFile
-
- compareTo(RpcOptions) - Method in class tachyon.thrift.RpcOptions
-
- compareTo(SetAclTOptions) - Method in class tachyon.thrift.SetAclTOptions
-
- compareTo(SetAttributeTOptions) - Method in class tachyon.thrift.SetAttributeTOptions
-
- compareTo(TachyonService.getServiceVersion_args) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- compareTo(TachyonService.getServiceVersion_result) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- compareTo(TachyonTException) - Method in exception tachyon.thrift.TachyonTException
-
- compareTo(ThriftIOException) - Method in exception tachyon.thrift.ThriftIOException
-
- compareTo(WorkerInfo) - Method in class tachyon.thrift.WorkerInfo
-
- compareTo(WorkerNetAddress) - Method in class tachyon.thrift.WorkerNetAddress
-
- compareTo(WebInterfaceWorkersServlet.NodeInfo) - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- complete(long) - Method in class tachyon.master.file.meta.InodeFile
-
Completes the file.
- COMPLETE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- COMPLETE_PARTITION_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- COMPLETE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- completeAllLogs() - Method in class tachyon.master.journal.JournalWriter
-
Marks all logs as completed.
- COMPLETED_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
-
- completeFile(TachyonURI, CompleteFileOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Marks a file as completed.
- completeFile(TachyonURI, CompleteFileOptions) - Method in class tachyon.master.file.FileSystemMaster
-
Completes a file.
- completeFile(String, CompleteFileTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- completeFile(String, CompleteFileTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- completeFile(String, CompleteFileTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- completeFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
-
- completeFile(String, CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- completeFile(String, CompleteFileTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Marks a file as completed.
- completeFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
-
- completeFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- completeFile_args(String, CompleteFileTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- completeFile_args(FileSystemMasterClientService.completeFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
Performs a deep copy on other.
- completeFile_call(String, CompleteFileTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.completeFile_call
-
- completeFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- completeFile_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- completeFile_result(FileSystemMasterClientService.completeFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
Performs a deep copy on other.
- CompleteFileOptions - Class in tachyon.client.file.options
-
The method option for completing a file.
- CompleteFileOptions - Class in tachyon.master.file.options
-
Method option for completing a file.
- CompleteFileOptions(CompleteFileTOptions) - Constructor for class tachyon.master.file.options.CompleteFileOptions
-
- CompleteFileOptions.Builder - Class in tachyon.master.file.options
-
- CompleteFileTOptions - Class in tachyon.thrift
-
- CompleteFileTOptions() - Constructor for class tachyon.thrift.CompleteFileTOptions
-
- CompleteFileTOptions(CompleteFileTOptions) - Constructor for class tachyon.thrift.CompleteFileTOptions
-
Performs a deep copy on other.
- CompleteFileTOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- completePartition(TachyonURI, PartitionInfo) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
Marks a partition complete and adds it to an incomplete key-value store.
- completePartition(TachyonURI, PartitionInfo) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
Marks a partition complete and adds it to an incomplete key-value store.
- completePartition(String, PartitionInfo) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
-
- completePartition(String, PartitionInfo, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
-
- completePartition(String, PartitionInfo, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
-
- completePartition() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
-
- completePartition(String, PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- completePartition(String, PartitionInfo) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
-
Marks a partition complete and adds it to the store.
- completePartition() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
-
- completePartition_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- completePartition_args(String, PartitionInfo) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- completePartition_args(KeyValueMasterClientService.completePartition_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
Performs a deep copy on other.
- completePartition_call(String, PartitionInfo, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completePartition_call
-
- completePartition_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- completePartition_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- completePartition_result(KeyValueMasterClientService.completePartition_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
Performs a deep copy on other.
- completeStore(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
Marks a key-value store complete.
- completeStore(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
Marks a key-value store complete.
- completeStore(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
-
- completeStore(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
-
- completeStore(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
-
- completeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
-
- completeStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- completeStore(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
-
Marks a store complete with its filesystem path.
- completeStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
-
- completeStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- completeStore_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- completeStore_args(KeyValueMasterClientService.completeStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
Performs a deep copy on other.
- completeStore_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completeStore_call
-
- completeStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- completeStore_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- completeStore_result(KeyValueMasterClientService.completeStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
Performs a deep copy on other.
- concatPath(Object, Object...) - Static method in class tachyon.util.io.PathUtils
-
Joins each element in paths in order, separated by TachyonURI.SEPARATOR.
- conf - Variable in class tachyon.thrift.CommandLineJobInfo
-
- ConfUtils - Class in tachyon.hadoop
-
- connect() - Method in class tachyon.client.worker.BlockWorkerClient
-
Connects to the worker.
- connect() - Method in class tachyon.ClientBase
-
Connects with the remote.
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- connectFromMaster(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
-
Takes any necessary actions required to establish a connection to the under file system from
the given master host e.g.
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- connectFromWorker(TachyonConf, String) - Method in class tachyon.underfs.UnderFileSystem
-
Takes any necessary actions required to establish a connection to the under file system from
the given worker host e.g.
- ConnectionFailedException - Exception in tachyon.exception
-
Exception used when a network connection failure occurs.
- ConnectionFailedException(String) - Constructor for exception tachyon.exception.ConnectionFailedException
-
Constructs a new exception with the specified detail message.
- ConnectionFailedException(String, Throwable) - Constructor for exception tachyon.exception.ConnectionFailedException
-
Constructs a new exception with the specified detail message and cause.
- ConnectionFailedException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.ConnectionFailedException
-
Constructs a new exception with the specified exception message and multiple parameters.
- ConnectionFailedException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.ConnectionFailedException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- ConsoleSink - Class in tachyon.metrics.sink
-
A sink which outputs metric values to the console.
- ConsoleSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.ConsoleSink
-
- Constants - Class in tachyon
-
System wide constants
- CONTAINER_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- ContainerIdGenerable - Interface in tachyon.master.block
-
Provides generation of container IDs.
- contains(T) - Method in class tachyon.collections.DirectedAcyclicGraph
-
Checks if a node with the given payload is in the DAG.
- contains(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
-
Whether there is an object with the specified field value in the set.
- containsKey(String) - Method in class tachyon.conf.TachyonConf
-
- containsWildcard() - Method in class tachyon.TachyonURI
-
Whether or not the TachyonURI contains wildcard(s).
- convertMsToDate(long) - Static method in class tachyon.shell.command.CommandUtils
-
Converts a millisecond number to a formatted date String.
- CopyFromLocalCommand - Class in tachyon.shell.command
-
Copies the specified file specified by "source path" to the path specified by "remote path".
- CopyFromLocalCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CopyFromLocalCommand
-
- CopyToLocalCommand - Class in tachyon.shell.command
-
Copies a file or a directory from the Tachyon filesystem to the local filesystem.
- CopyToLocalCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CopyToLocalCommand
-
- CountCommand - Class in tachyon.shell.command
-
Displays the number of folders and files matching the specified prefix in args.
- CountCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CountCommand
-
- CountingRetry - Class in tachyon.retry
-
An option which allows retrying based on maximum count.
- CountingRetry(int) - Constructor for class tachyon.retry.CountingRetry
-
Constructs a retry facility which allows max number of retries.
- create(TachyonURI) - Method in class tachyon.client.keyvalue.BaseKeyValueStores
-
- create(TachyonURI) - Static method in class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
-
- create(long) - Static method in class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
-
- create(TachyonURI) - Static method in class tachyon.client.keyvalue.KeyValuePartitionWriter.Factory
-
Factory method to create a
KeyValuePartitionWriter instance that writes key-value
data to a new partition file in Tachyon.
- create(TachyonURI) - Method in interface tachyon.client.keyvalue.KeyValueStores
-
Gets a writer to create a new key-value store.
- create() - Static method in class tachyon.client.keyvalue.KeyValueStores.Factory
-
- create(TachyonConf) - Static method in class tachyon.client.RemoteBlockReader.Factory
-
- create(TachyonConf) - Static method in class tachyon.client.RemoteBlockWriter.Factory
-
- create(TachyonURI, CreateFileOptions) - Method in class tachyon.master.file.FileSystemMaster
-
Creates a file (not a directory) for a given path.
- create(TachyonConf) - Static method in class tachyon.master.journal.JournalFormatter.Factory
-
- create(List<? extends Master>, String) - Method in class tachyon.master.keyvalue.KeyValueMasterFactory
-
- create(TachyonConf, LineageStoreView, FileSystemMasterView) - Static method in class tachyon.master.lineage.checkpoint.CheckpointPlanner.Factory
-
- create() - Static method in class tachyon.master.LocalTachyonMaster
-
Creates a new local tachyon master with a isolated home and port.
- create(String) - Static method in class tachyon.master.LocalTachyonMaster
-
Creates a new local tachyon master with a isolated port.
- create(List<? extends Master>, String) - Method in interface tachyon.master.MasterFactory
-
Factory method to create a new master instance.
- create() - Static method in class tachyon.master.TachyonMaster.Factory
-
- create(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationProvider.Factory
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- create(String, int) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
Creates a new file.
- create(String, short, int) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- create(String, int) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- create(String, short, int) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.local.LocalUnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- create(String, int) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- create(String, short, int) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.oss.OSSUnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- create(String, int) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- create(String, short, int) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.s3.S3UnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- create(String, int) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- create(String, short, int) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- create(String, TachyonConf, Object) - Method in class tachyon.underfs.swift.SwiftUnderFileSystemFactory
-
- create(String) - Method in class tachyon.underfs.UnderFileSystem
-
Creates a file in the under file system with the indicated name.
- create(String, int) - Method in class tachyon.underfs.UnderFileSystem
-
Creates a file in the under file system with the indicated name and block size.
- create(String, short, int) - Method in class tachyon.underfs.UnderFileSystem
-
Creates a file in the under file system with the indicated name, replication number and block
size.
- create(String, TachyonConf, Object) - Method in interface tachyon.underfs.UnderFileSystemFactory
-
Creates a new client for accessing the given path.
- create(String, TachyonConf, Object) - Static method in class tachyon.underfs.UnderFileSystemRegistry
-
Creates a client for operations involved with the under file system.
- create(TachyonConf, BlockMetadataManagerView) - Static method in class tachyon.worker.block.allocator.Allocator.Factory
-
- create(TachyonConf, BlockMetadataManagerView, Allocator) - Static method in class tachyon.worker.block.evictor.Evictor.Factory
-
- create(InetSocketAddress, BlockDataManager, TachyonConf) - Static method in class tachyon.worker.DataServer.Factory
-
- create(List<? extends Worker>) - Method in class tachyon.worker.keyvalue.KeyValueWorkerFactory
-
- create(List<? extends Worker>) - Method in interface tachyon.worker.WorkerFactory
-
Factory method to create a new worker instance.
- CREATE_STORE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- createBlock(long, long, String, long) - Method in class tachyon.worker.block.BlockDataManager
-
Creates a block in Tachyon managed space.
- createBlockId(long, long) - Static method in class tachyon.master.block.BlockId
-
- createBlockMeta(long, long, BlockStoreLocation, long) - Method in class tachyon.worker.block.TieredBlockStore
-
- createBlockPath(String) - Static method in class tachyon.util.io.FileUtils
-
Creates the local block path and all the parent directories.
- createBlockRemote(long, long, String, long) - Method in class tachyon.worker.block.BlockDataManager
-
Creates a block.
- createBlockRequestMessage() - Static method in class tachyon.worker.DataServerMessage
-
Creates a default block request message, just allocates the message header, and no attribute is
set.
- createBlockRequestMessage(long, long, long, long, long) - Static method in class tachyon.worker.DataServerMessage
-
Creates a block request message for a part of the block by the block id, the offset and the
length.
- createBlockResponseMessage(boolean, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
-
Creates a block response message specified by the block's id.
- createBlockResponseMessage(boolean, long, long, long, ByteBuffer) - Static method in class tachyon.worker.DataServerMessage
-
Creates a block response message specified by the block's id, the offset and the length.
- createByteFile(FileSystem, String, int, CreateFileOptions) - Static method in class tachyon.client.TachyonFSTestUtils
-
Creates a simple file with len bytes.
- createByteFile(FileSystem, String, WriteType, int) - Static method in class tachyon.client.TachyonFSTestUtils
-
Creates a simple file with len bytes.
- createByteFile(FileSystem, TachyonURI, WriteType, int) - Static method in class tachyon.client.TachyonFSTestUtils
-
Creates a simple file with len bytes.
- createByteFile(FileSystem, TachyonURI, CreateFileOptions, int) - Static method in class tachyon.client.TachyonFSTestUtils
-
Creates a simple file with len bytes.
- createByteFile(FileSystem, String, WriteType, int, long) - Static method in class tachyon.client.TachyonFSTestUtils
-
Creates a simple file with len bytes.
- createClientBootstrap(ClientHandler) - Static method in class tachyon.client.netty.NettyClient
-
Creates and returns a new Netty client bootstrap for clients to connect to remote servers.
- createDir(String) - Static method in class tachyon.util.io.FileUtils
-
Creates an empty directory and its intermediate directories if necessary.
- createDirectory(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
-
- createDirectory(TachyonURI, CreateDirectoryOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- createDirectory(TachyonURI) - Method in interface tachyon.client.file.FileSystem
-
- createDirectory(TachyonURI, CreateDirectoryOptions) - Method in interface tachyon.client.file.FileSystem
-
Creates a directory.
- createDirectory(TachyonURI, CreateDirectoryOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Creates a new directory.
- createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- createDirectory(String, CreateDirectoryTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- createDirectory(String, CreateDirectoryTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- createDirectory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
-
- createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- createDirectory(String, CreateDirectoryTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Creates a directory.
- createDirectory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
-
- createDirectory_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- createDirectory_args(String, CreateDirectoryTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- createDirectory_args(FileSystemMasterClientService.createDirectory_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
Performs a deep copy on other.
- createDirectory_call(String, CreateDirectoryTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createDirectory_call
-
- createDirectory_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- createDirectory_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- createDirectory_result(FileSystemMasterClientService.createDirectory_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
Performs a deep copy on other.
- CreateDirectoryOptions - Class in tachyon.client.file.options
-
Method options for creating a directory.
- CreateDirectoryOptions - Class in tachyon.master.file.options
-
Method option for creating a directory.
- CreateDirectoryOptions(CreateDirectoryTOptions) - Constructor for class tachyon.master.file.options.CreateDirectoryOptions
-
- CreateDirectoryOptions.Builder - Class in tachyon.master.file.options
-
- CreateDirectoryTOptions - Class in tachyon.thrift
-
- CreateDirectoryTOptions() - Constructor for class tachyon.thrift.CreateDirectoryTOptions
-
- CreateDirectoryTOptions(CreateDirectoryTOptions) - Constructor for class tachyon.thrift.CreateDirectoryTOptions
-
Performs a deep copy on other.
- CreateDirectoryTOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- createEmptyIndex() - Static method in class tachyon.client.keyvalue.LinearProbingIndex
-
- createErrorResponse(RPCBlockReadRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockReadResponse
-
- createErrorResponse(RPCBlockWriteRequest, RPCResponse.Status) - Static method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- createEventLoop(ChannelType, int, String, boolean) - Static method in class tachyon.util.network.NettyUtils
-
- createFile(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
-
- createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- createFile(TachyonURI) - Method in interface tachyon.client.file.FileSystem
-
- createFile(TachyonURI, CreateFileOptions) - Method in interface tachyon.client.file.FileSystem
-
Creates a file.
- createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Creates a new file.
- createFile(TachyonURI, CreateFileOptions) - Method in class tachyon.client.lineage.LineageFileSystem
-
Gets the output stream for lineage job.
- createFile(String, CreateFileTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- createFile(String, CreateFileTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- createFile(String, CreateFileTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- createFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
-
- createFile(String, CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- createFile(String, CreateFileTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Creates a file.
- createFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
-
- createFile(String) - Static method in class tachyon.util.io.FileUtils
-
Creates an empty file and its intermediate directories if necessary.
- createFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- createFile_args(String, CreateFileTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- createFile_args(FileSystemMasterClientService.createFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
Performs a deep copy on other.
- createFile_call(String, CreateFileTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createFile_call
-
- createFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- createFile_result(TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- createFile_result(FileSystemMasterClientService.createFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
Performs a deep copy on other.
- createFileId(long) - Static method in class tachyon.util.IdUtils
-
Creates an id for a file based on the given id of the container.
- CreateFileOptions - Class in tachyon.client.file.options
-
Method options for creating a file.
- CreateFileOptions - Class in tachyon.master.file.options
-
Method option for creating a file.
- CreateFileOptions(CreateFileTOptions) - Constructor for class tachyon.master.file.options.CreateFileOptions
-
- CreateFileOptions.Builder - Class in tachyon.master.file.options
-
- createFiles() - Static method in class tachyon.examples.Performance
-
Creates the files for this example.
- CreateFileTOptions - Class in tachyon.thrift
-
- CreateFileTOptions() - Constructor for class tachyon.thrift.CreateFileTOptions
-
- CreateFileTOptions(CreateFileTOptions) - Constructor for class tachyon.thrift.CreateFileTOptions
-
Performs a deep copy on other.
- CreateFileTOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- createFrameDecoder() - Static method in class tachyon.network.protocol.RPCMessage
-
Creates a decoder that splits up the incoming ByteBuf into new ByteBuf's according to a length
field in the input.
- createGroupAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
-
- createLineage(List<TachyonURI>, List<TachyonURI>, Job, CreateLineageOptions) - Method in class tachyon.client.lineage.AbstractLineageClient
-
- createLineage(List<String>, List<String>, CommandLineJob) - Method in class tachyon.client.lineage.LineageMasterClient
-
Creates a lineage.
- createLineage(List<TachyonURI>, List<TachyonURI>, Job) - Method in class tachyon.client.lineage.TachyonLineage
-
- createLineage(List<TachyonURI>, List<TachyonURI>, Job) - Method in class tachyon.master.lineage.LineageMaster
-
Creates a lineage.
- createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
-
- createLineage(List<Long>, List<Long>, Job) - Method in class tachyon.master.lineage.meta.LineageStore
-
Creates a lineage.
- createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
-
- createLineage(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
-
- createLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
-
- createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in interface tachyon.thrift.LineageMasterClientService.Iface
-
Creates a lineage and returns the lineage id.
- createLineage() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.createLineage
-
- createLineage_args() - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- createLineage_args(List<String>, List<String>, CommandLineJobInfo) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- createLineage_args(LineageMasterClientService.createLineage_args) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_args
-
Performs a deep copy on other.
- createLineage_call(List<String>, List<String>, CommandLineJobInfo, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.createLineage_call
-
- createLineage_result() - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- createLineage_result(long, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- createLineage_result(LineageMasterClientService.createLineage_result) - Constructor for class tachyon.thrift.LineageMasterClientService.createLineage_result
-
Performs a deep copy on other.
- CreateLineageCommand - Class in tachyon.shell.command
-
Creates a lineage for the given input files, output files, and command line job.
- CreateLineageCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.CreateLineageCommand
-
- CreateLineageOptions - Class in tachyon.client.lineage.options
-
Method option for creating lineage.
- createNewClassInstance(Class<T>, Class<?>[], Object[]) - Static method in class tachyon.util.CommonUtils
-
Creates new instance of a class by calling a constructor that receives ctorClassArgs arguments.
- createNewResource() - Method in class tachyon.resource.ResourcePool
-
Creates a new resource which will be added to the resource pool after the user is done using
it.
- createNewSession(long) - Method in class tachyon.client.worker.BlockWorkerClient
-
Updates the session id of the client, starting a new session.
- createOtherAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
-
- createPath(TachyonURI, CreatePathOptions) - Method in class tachyon.master.file.meta.InodeTree
-
Creates a file or directory at path.
- CreatePathOptions - Class in tachyon.master.file.meta.options
-
Method option for creating a path.
- CreatePathOptions.Builder - Class in tachyon.master.file.meta.options
-
- createRpcId() - Static method in class tachyon.util.IdUtils
-
- createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
-
Creates a
SaslServer using the parameters supplied.
- createStorageDirPath(String) - Static method in class tachyon.util.io.FileUtils
-
Creates the storage directory path, including any necessary but nonexistent parent directories.
- createStore(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
Creates a new key-value store.
- createStore(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
Creates a new key-value store.
- createStore(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
-
- createStore(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
-
- createStore(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
-
- createStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
-
- createStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- createStore(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
-
Creates a new key-value store on master.
- createStore() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
-
- createStore_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- createStore_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- createStore_args(KeyValueMasterClientService.createStore_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
Performs a deep copy on other.
- createStore_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.createStore_call
-
- createStore_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- createStore_result(TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- createStore_result(KeyValueMasterClientService.createStore_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
Performs a deep copy on other.
- createTempBlockMeta(long, long, long) - Method in class tachyon.worker.block.meta.StorageDirView
-
Creates a
TempBlockMeta given sessionId, blockId, and initialBlockSize.
- createTSocket(InetSocketAddress, int) - Static method in class tachyon.security.authentication.AuthenticationUtils
-
Creates a new Thrift socket what will connect to the given address
- createUserAction(short) - Static method in class tachyon.security.authorization.FileSystemPermission
-
- CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
-
- CREATION_TIME_MS_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
-
- creationTimeMs - Variable in class tachyon.thrift.FileInfo
-
- creationTimeMs - Variable in class tachyon.thrift.LineageInfo
-
- CsvSink - Class in tachyon.metrics.sink
-
A sink which creates a CSV file of the metric values.
- CsvSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.CsvSink
-
- CUR_DIR - Static variable in class tachyon.TachyonURI
-
- currentBlocksOnTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of list of blocks on each tier
- CustomAuthenticationProviderImpl - Class in tachyon.security.authentication
-
An authentication provider implementation that allows
AuthenticationProvider to be
customized at configuration time.
- CustomAuthenticationProviderImpl(String) - Constructor for class tachyon.security.authentication.CustomAuthenticationProviderImpl
-
Constructs a new custom authentication provider.
- Factory() - Constructor for class tachyon.client.file.FileSystem.Factory
-
- Factory() - Constructor for class tachyon.client.keyvalue.KeyValuePartitionReader.Factory
-
- Factory() - Constructor for class tachyon.client.keyvalue.KeyValuePartitionWriter.Factory
-
- Factory() - Constructor for class tachyon.client.RemoteBlockReader.Factory
-
- Factory() - Constructor for class tachyon.client.RemoteBlockWriter.Factory
-
- Factory() - Constructor for class tachyon.master.journal.JournalFormatter.Factory
-
- Factory() - Constructor for class tachyon.master.lineage.checkpoint.CheckpointPlanner.Factory
-
- Factory() - Constructor for class tachyon.security.authentication.AuthenticationProvider.Factory
-
- Factory() - Constructor for class tachyon.security.group.GroupMappingService.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.BlockMasterClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.BlockWorkerClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.LineageMasterClientService.Client.Factory
-
- Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class tachyon.thrift.TachyonService.AsyncClient.Factory
-
- Factory() - Constructor for class tachyon.thrift.TachyonService.Client.Factory
-
- Factory() - Constructor for class tachyon.worker.block.allocator.Allocator.Factory
-
- Factory() - Constructor for class tachyon.worker.block.evictor.Evictor.Factory
-
- Factory() - Constructor for class tachyon.worker.DataServer.Factory
-
- FailedToCheckpointException - Exception in tachyon.exception
-
The exception thrown when Tachyon failed to create a checkpoint.
- FailedToCheckpointException(String) - Constructor for exception tachyon.exception.FailedToCheckpointException
-
Constructs a new exception with the specified detail message
- FailedToCheckpointException(String, Throwable) - Constructor for exception tachyon.exception.FailedToCheckpointException
-
Constructs a new exception with the specified detail message and cause.
- FailedToCheckpointException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
-
Constructs a new exception with the specified exception message and multiple parameters.
- FailedToCheckpointException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FailedToCheckpointException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- fastCopy(ReadableByteChannel, WritableByteChannel) - Static method in class tachyon.util.io.BufferUtils
-
An efficient copy between two channels with a fixed-size buffer.
- fieldForId(int) - Method in class tachyon.thrift.BlockInfo
-
- fieldForId(int) - Method in class tachyon.thrift.BlockLocation
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- fieldForId(int) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- fieldForId(int) - Method in class tachyon.thrift.Command
-
- fieldForId(int) - Method in class tachyon.thrift.CommandLineJobInfo
-
- fieldForId(int) - Method in class tachyon.thrift.CompleteFileTOptions
-
- fieldForId(int) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- fieldForId(int) - Method in class tachyon.thrift.CreateFileTOptions
-
- fieldForId(int) - Method in class tachyon.thrift.DependencyInfo
-
- fieldForId(int) - Method in class tachyon.thrift.FileBlockInfo
-
- fieldForId(int) - Method in class tachyon.thrift.FileInfo
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemCommand
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- fieldForId(int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- fieldForId(int) - Method in class tachyon.thrift.JobConfInfo
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- fieldForId(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- fieldForId(int) - Method in class tachyon.thrift.LineageInfo
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- fieldForId(int) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- fieldForId(int) - Method in class tachyon.thrift.LockBlockResult
-
- fieldForId(int) - Method in class tachyon.thrift.PartitionInfo
-
- fieldForId(int) - Method in class tachyon.thrift.PersistCommandOptions
-
- fieldForId(int) - Method in class tachyon.thrift.PersistFile
-
- fieldForId(int) - Method in class tachyon.thrift.RpcOptions
-
- fieldForId(int) - Method in class tachyon.thrift.SetAclTOptions
-
- fieldForId(int) - Method in class tachyon.thrift.SetAttributeTOptions
-
- fieldForId(int) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- fieldForId(int) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- fieldForId(int) - Method in exception tachyon.thrift.TachyonTException
-
- fieldForId(int) - Method in exception tachyon.thrift.ThriftIOException
-
- fieldForId(int) - Method in class tachyon.thrift.WorkerInfo
-
- fieldForId(int) - Method in class tachyon.thrift.WorkerNetAddress
-
- File - Class in tachyon.proto.journal
-
- File.AddMountPointEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.AddMountPointEntry
- File.AddMountPointEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.AddMountPointEntry
- File.AddMountPointEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.AsyncPersistRequestEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.AsyncPersistRequestEntry
- File.AsyncPersistRequestEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.AsyncPersistRequestEntry
- File.AsyncPersistRequestEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.CompleteFileEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.CompleteFileEntry
- File.CompleteFileEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.CompleteFileEntry
- File.CompleteFileEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.DeleteFileEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.DeleteFileEntry
- File.DeleteFileEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.DeleteFileEntry
- File.DeleteFileEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.DeleteMountPointEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.DeleteMountPointEntry
- File.DeleteMountPointEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.DeleteMountPointEntry
- File.DeleteMountPointEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.InodeDirectoryEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeDirectoryEntry
- File.InodeDirectoryEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeDirectoryEntry
- File.InodeDirectoryEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.InodeDirectoryIdGeneratorEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeDirectoryIdGeneratorEntry
- File.InodeDirectoryIdGeneratorEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeDirectoryIdGeneratorEntry
- File.InodeDirectoryIdGeneratorEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.InodeFileEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeFileEntry
- File.InodeFileEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeFileEntry
- File.InodeFileEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.InodeLastModificationTimeEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeLastModificationTimeEntry
- File.InodeLastModificationTimeEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.InodeLastModificationTimeEntry
- File.InodeLastModificationTimeEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.PersistDirectoryEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.PersistDirectoryEntry
- File.PersistDirectoryEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.PersistDirectoryEntry
- File.PersistDirectoryEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.PersistFileEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.PersistFileEntry
- File.PersistFileEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.PersistFileEntry
- File.PersistFileEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.ReinitializeFileEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.ReinitializeFileEntry
- File.ReinitializeFileEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.ReinitializeFileEntry
- File.ReinitializeFileEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.RenameEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.RenameEntry
- File.RenameEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.RenameEntry
- File.RenameEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.SetAclEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.SetAclEntry
- File.SetAclEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.SetAclEntry
- File.SetAclEntryOrBuilder - Interface in tachyon.proto.journal
-
- File.SetStateEntry - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.SetStateEntry
- File.SetStateEntry.Builder - Class in tachyon.proto.journal
-
Protobuf type tachyon.proto.journal.SetStateEntry
- File.SetStateEntryOrBuilder - Interface in tachyon.proto.journal
-
- FILE_DIR_PERMISSION_DIFF - Static variable in class tachyon.Constants
-
- FILE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- FILE_SYSTEM_MASTER_CLIENT_SERVICE_NAME - Static variable in class tachyon.Constants
-
- FILE_SYSTEM_MASTER_CLIENT_SERVICE_VERSION - Static variable in class tachyon.Constants
-
- FILE_SYSTEM_MASTER_NAME - Static variable in class tachyon.Constants
-
- FILE_SYSTEM_MASTER_WORKER_SERVICE_NAME - Static variable in class tachyon.Constants
-
- FILE_SYSTEM_MASTER_WORKER_SERVICE_VERSION - Static variable in class tachyon.Constants
-
- FILE_TO_PERSIST_MUST_BE_COMPLETE - Static variable in class tachyon.exception.PreconditionMessage
-
- FILE_WRITE_LOCATION_POLICY_UNSPECIFIED - Static variable in class tachyon.exception.PreconditionMessage
-
- FileAlreadyCompletedException - Exception in tachyon.exception
-
The exception thrown when a file is already completed in Tachyon.
- FileAlreadyCompletedException(String) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
-
Constructs a new exception with the specified detail message.
- FileAlreadyCompletedException(String, Throwable) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
-
Constructs a new exception with the specified detail message and cause.
- FileAlreadyCompletedException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
-
Constructs a new exception with the specified exception message and multiple parameters.
- FileAlreadyCompletedException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileAlreadyCompletedException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- FileAlreadyExistsException - Exception in tachyon.exception
-
The exception thrown when a file already exists in Tachyon.
- FileAlreadyExistsException(String) - Constructor for exception tachyon.exception.FileAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- FileAlreadyExistsException(String, Throwable) - Constructor for exception tachyon.exception.FileAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- FileAlreadyExistsException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
-
Constructs a new exception with the specified exception message and multiple parameters.
- FileAlreadyExistsException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileAlreadyExistsException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- FileBlockInfo - Class in tachyon.thrift
-
- FileBlockInfo() - Constructor for class tachyon.thrift.FileBlockInfo
-
- FileBlockInfo(BlockInfo, long, List<WorkerNetAddress>) - Constructor for class tachyon.thrift.FileBlockInfo
-
- FileBlockInfo(FileBlockInfo) - Constructor for class tachyon.thrift.FileBlockInfo
-
Performs a deep copy on other.
- FileBlockInfo._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileDataManager - Class in tachyon.worker.file
-
Responsible for Storing files into under file system.
- FileDataManager(BlockDataManager) - Constructor for class tachyon.worker.file.FileDataManager
-
- FileDoesNotExistException - Exception in tachyon.exception
-
The exception thrown when a file does not exist in Tachyon.
- FileDoesNotExistException(String) - Constructor for exception tachyon.exception.FileDoesNotExistException
-
Constructs a new exception with the specified detail message.
- FileDoesNotExistException(String, Throwable) - Constructor for exception tachyon.exception.FileDoesNotExistException
-
Constructs a new exception with the specified detail message and cause.
- FileDoesNotExistException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
-
Constructs a new exception with the specified exception message and multiple parameters.
- FileDoesNotExistException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.FileDoesNotExistException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- fileId - Variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
the id of the file being accessed
- fileId - Variable in class tachyon.thrift.FileInfo
-
- fileId - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
the id of the file or directory
- fileId - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
the id of the file
- fileId - Variable in class tachyon.thrift.PersistFile
-
- FileInfo - Class in tachyon.thrift
-
- FileInfo() - Constructor for class tachyon.thrift.FileInfo
-
- FileInfo(long, String, String, String, long, long, long, boolean, boolean, boolean, boolean, boolean, List<Long>, int, long, long, String, String, int, String) - Constructor for class tachyon.thrift.FileInfo
-
- FileInfo(FileInfo) - Constructor for class tachyon.thrift.FileInfo
-
Performs a deep copy on other.
- FileInfo._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileInfoCommand - Class in tachyon.shell.command
-
Displays the file's all blocks info.
- FileInfoCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.FileInfoCommand
-
- FileInStream - Class in tachyon.client.file
-
A streaming API to read a file.
- FileInStream(FileInfo, InStreamOptions) - Constructor for class tachyon.client.file.FileInStream
-
Creates a new file input stream.
- FileOutStream - Class in tachyon.client.file
-
Provides a streaming API to write a file.
- FileOutStream(TachyonURI, OutStreamOptions) - Constructor for class tachyon.client.file.FileOutStream
-
Creates a new file output stream.
- FileSystem - Interface in tachyon.client.file
-
Basic file system interface supporting metadata operations and data operations.
- FileSystem.Factory - Class in tachyon.client.file
-
- FileSystemAction - Enum in tachyon.security.authorization
-
POSIX style file system actions, e.g.
- FileSystemCommand - Class in tachyon.thrift
-
- FileSystemCommand() - Constructor for class tachyon.thrift.FileSystemCommand
-
- FileSystemCommand(CommandType, FileSystemCommandOptions) - Constructor for class tachyon.thrift.FileSystemCommand
-
- FileSystemCommand(FileSystemCommand) - Constructor for class tachyon.thrift.FileSystemCommand
-
Performs a deep copy on other.
- FileSystemCommand._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemCommandOptions - Class in tachyon.thrift
-
- FileSystemCommandOptions() - Constructor for class tachyon.thrift.FileSystemCommandOptions
-
- FileSystemCommandOptions(FileSystemCommandOptions._Fields, Object) - Constructor for class tachyon.thrift.FileSystemCommandOptions
-
- FileSystemCommandOptions(FileSystemCommandOptions) - Constructor for class tachyon.thrift.FileSystemCommandOptions
-
- FileSystemCommandOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemContext - Enum in tachyon.client.file
-
A shared context in each client JVM for common file master client functionality such as a pool of
master clients.
- FileSystemMaster - Class in tachyon.master.file
-
The master that handles all file system metadata management.
- FileSystemMaster(BlockMaster, Journal) - Constructor for class tachyon.master.file.FileSystemMaster
-
- FileSystemMasterClient - Class in tachyon.client.file
-
A wrapper for the thrift client to interact with the file system master, used by tachyon clients.
- FileSystemMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.client.file.FileSystemMasterClient
-
Creates a new file system master client.
- FileSystemMasterClient - Class in tachyon.worker.file
-
A wrapper for the thrift client to interact with the file system master, used by Tachyon worker.
- FileSystemMasterClient(InetSocketAddress, TachyonConf) - Constructor for class tachyon.worker.file.FileSystemMasterClient
-
- FileSystemMasterClientService - Class in tachyon.thrift
-
- FileSystemMasterClientService() - Constructor for class tachyon.thrift.FileSystemMasterClientService
-
- FileSystemMasterClientService.AsyncClient - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.completeFile_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.createDirectory_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.createFile_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.Factory - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.free_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.getStatus_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.getStatusInternal_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.getUfsAddress_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.listStatus_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.loadMetadata_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.mount_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.remove_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.rename_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.setAcl_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.setAttribute_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncClient.unmount_call - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncIface - Interface in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.completeFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.createDirectory<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.createFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.free<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.getStatus<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.getStatusInternal<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.getUfsAddress<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.listStatus<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.loadMetadata<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.mount<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.remove<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.rename<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.setAcl<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.setAttribute<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.AsyncProcessor.unmount<I extends FileSystemMasterClientService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Client - Class in tachyon.thrift
-
- FileSystemMasterClientService.Client.Factory - Class in tachyon.thrift
-
- FileSystemMasterClientService.completeFile_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.completeFile_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.completeFile_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.completeFile_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.createDirectory_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.createDirectory_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.createDirectory_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.createDirectory_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.createFile_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.createFile_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.createFile_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.createFile_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.free_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.free_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.free_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.free_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getFileBlockInfoList_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.getFileBlockInfoList_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getFileBlockInfoList_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.getFileBlockInfoList_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getNewBlockIdForFile_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.getNewBlockIdForFile_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getNewBlockIdForFile_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.getNewBlockIdForFile_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getStatus_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.getStatus_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getStatus_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.getStatus_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getStatusInternal_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.getStatusInternal_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getStatusInternal_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.getStatusInternal_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getUfsAddress_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.getUfsAddress_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.getUfsAddress_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.getUfsAddress_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.Iface - Interface in tachyon.thrift
-
This interface contains file system master service endpoints for Tachyon clients.
- FileSystemMasterClientService.listStatus_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.listStatus_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.listStatus_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.listStatus_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.loadMetadata_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.loadMetadata_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.loadMetadata_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.loadMetadata_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.mount_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.mount_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.mount_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.mount_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.Processor<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.completeFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.createDirectory<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.createFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.free<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.getFileBlockInfoList<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.getNewBlockIdForFile<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.getStatus<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.getStatusInternal<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.getUfsAddress<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.listStatus<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.loadMetadata<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.mount<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.remove<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.rename<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.scheduleAsyncPersist<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.setAcl<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.setAttribute<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.Processor.unmount<I extends FileSystemMasterClientService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterClientService.remove_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.remove_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.remove_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.remove_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.rename_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.rename_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.rename_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.rename_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.scheduleAsyncPersist_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.scheduleAsyncPersist_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.scheduleAsyncPersist_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.scheduleAsyncPersist_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.setAcl_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.setAcl_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.setAcl_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.setAcl_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.setAttribute_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.setAttribute_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.setAttribute_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.setAttribute_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.unmount_args - Class in tachyon.thrift
-
- FileSystemMasterClientService.unmount_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientService.unmount_result - Class in tachyon.thrift
-
- FileSystemMasterClientService.unmount_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterClientServiceHandler - Class in tachyon.master.file
-
This class is a Thrift handler for file system master RPCs invoked by a Tachyon client.
- FileSystemMasterClientServiceHandler(FileSystemMaster) - Constructor for class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- FileSystemMasterView - Class in tachyon.master.file.meta
-
- FileSystemMasterView(FileSystemMaster) - Constructor for class tachyon.master.file.meta.FileSystemMasterView
-
- FileSystemMasterWorkerService - Class in tachyon.thrift
-
- FileSystemMasterWorkerService() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService
-
- FileSystemMasterWorkerService.AsyncClient - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncClient.Factory - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncClient.getFileInfo_call - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncClient.getPinIdList_call - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncClient.heartbeat_call - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncIface - Interface in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncProcessor<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncProcessor.getFileInfo<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncProcessor.getPinIdList<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.AsyncProcessor.heartbeat<I extends FileSystemMasterWorkerService.AsyncIface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.Client - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.Client.Factory - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.getFileInfo_args - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.getFileInfo_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.getFileInfo_result - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.getFileInfo_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.getPinIdList_args - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.getPinIdList_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.getPinIdList_result - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.getPinIdList_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.heartbeat_args - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.heartbeat_args._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.heartbeat_result - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.heartbeat_result._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- FileSystemMasterWorkerService.Iface - Interface in tachyon.thrift
-
This interface contains file system master service endpoints for Tachyon workers.
- FileSystemMasterWorkerService.Processor<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.Processor.getFileInfo<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.Processor.getPinIdList<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerService.Processor.heartbeat<I extends FileSystemMasterWorkerService.Iface> - Class in tachyon.thrift
-
- FileSystemMasterWorkerServiceHandler - Class in tachyon.master.file
-
This class is a Thrift handler for file system master RPCs invoked by a Tachyon worker.
- FileSystemMasterWorkerServiceHandler(FileSystemMaster) - Constructor for class tachyon.master.file.FileSystemMasterWorkerServiceHandler
-
- FileSystemPermission - Class in tachyon.security.authorization
-
A class for file/directory permissions.
- FileSystemPermission(FileSystemAction, FileSystemAction, FileSystemAction) - Constructor for class tachyon.security.authorization.FileSystemPermission
-
- FileSystemPermission(short) - Constructor for class tachyon.security.authorization.FileSystemPermission
-
- FileSystemPermission(FileSystemPermission) - Constructor for class tachyon.security.authorization.FileSystemPermission
-
Copy constructor.
- FileSystemPermissionChecker - Class in tachyon.master.permission
-
Base class to provide permission check logic.
- FileSystemPermissionChecker() - Constructor for class tachyon.master.permission.FileSystemPermissionChecker
-
- FileSystemUtils - Class in tachyon.client.file
-
Collection of utility methods to handle with
FileSystem related objects
- FileSystemWorker - Class in tachyon.worker.file
-
This class is responsible for managing all top level components of the file system worker.
- FileSystemWorker(BlockDataManager) - Constructor for class tachyon.worker.file.FileSystemWorker
-
- FileTransferType - Enum in tachyon.worker.netty
-
How a read response will transfer block data over the network.
- FileUtils - Class in tachyon.util.io
-
Provides utility methods for working with files and directories.
- FileWriteLocationPolicy - Interface in tachyon.client.file.policy
-
Interface for the location policy of which workers a file's blocks are written into.
- find(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
-
Finds the first Under File System factory that supports the given path
- findAll(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemRegistry
-
Finds all the Under File System factories that support the given path
- findByName(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.Command._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.LockBlockResult._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.PartitionInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.PersistFile._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.RpcOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.Command._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.LockBlockResult._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.PartitionInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.PersistFile._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.RpcOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockLocation._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.Command._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.DependencyInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.JobConfInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.LockBlockResult._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PartitionInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.PersistFile._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.RpcOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.TachyonTException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.ThriftIOException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerInfo._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByValue(int) - Static method in enum tachyon.thrift.CommandType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- fingerprintHash(byte[]) - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
Hashes a key in byte array into a non-zero, one byte fingerprint.
- fingerprintHash(ByteBuffer) - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
Hashes a key in ByteBuffer into a non-zero, one byte fingerprint.
- finishSending() - Method in class tachyon.worker.DataServerMessage
-
Returns whether the message finishes sending or not.
- FIRST_COMPLETED_LOG_NUMBER - Static variable in class tachyon.master.journal.Journal
-
The log number for the first completed log file.
- flush() - Method in class tachyon.client.block.LocalBlockOutStream
-
- flush() - Method in class tachyon.client.block.RemoteBlockOutStream
-
- flush() - Method in class tachyon.client.file.FileOutStream
-
- flush() - Method in class tachyon.client.lineage.DummyFileOutputStream
-
- flush() - Method in interface tachyon.master.journal.JournalOutputStream
-
Flushes the stream.
- flush() - Method in class tachyon.underfs.oss.OSSOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
- flush() - Method in class tachyon.underfs.s3.S3OutputStream
-
- flush() - Method in class tachyon.underfs.swift.SwiftOutputStream
-
- flushJournal() - Method in class tachyon.master.MasterBase
-
Flushes the journal.
- Format - Class in tachyon
-
Format Tachyon File System.
- FORMAT_FILE_PREFIX - Static variable in class tachyon.Constants
-
- formatPermission(short, boolean) - Static method in class tachyon.util.FormatUtils
-
Formats file permission to human-readable version.
- formatTimeTakenMs(long, String) - Static method in class tachyon.util.FormatUtils
-
Formats time elapsed since the given start time (in milliseconds).
- formatTimeTakenNs(long, String) - Static method in class tachyon.util.FormatUtils
-
Formats time elapsed since the given start time (in nanoseconds).
- FormatUtils - Class in tachyon.util
-
Utility methods to parse specific formats, print according to specific formats or transform among
different formats.
- free(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
-
- free(TachyonURI, FreeOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- free(TachyonURI) - Method in interface tachyon.client.file.FileSystem
-
- free(TachyonURI, FreeOptions) - Method in interface tachyon.client.file.FileSystem
-
Evicts any data under the given path from Tachyon space, but does not delete the data from the
UFS.
- free(TachyonURI, FreeOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Frees a file.
- free(TachyonURI, boolean) - Method in class tachyon.master.file.FileSystemMaster
-
Frees or evicts all of the blocks of the file from tachyon storage.
- free(String, boolean) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- free(String, boolean, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- free(String, boolean, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- free() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
-
- free(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- free(String, boolean) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Frees the given file or directory from Tachyon.
- free() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.free
-
- free_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
-
- free_args(String, boolean) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
-
- free_args(FileSystemMasterClientService.free_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_args
-
Performs a deep copy on other.
- free_call(String, boolean, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.free_call
-
- free_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
-
- free_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
-
- free_result(FileSystemMasterClientService.free_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.free_result
-
Performs a deep copy on other.
- FreeCommand - Class in tachyon.shell.command
-
Frees the given file or folder from Tachyon in-memory (recursively freeing all children if a
folder).
- FreeCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.FreeCommand
-
Constructs a new instance to free the given file or folder from Tachyon.
- FreeOptions - Class in tachyon.client.file.options
-
Method option for freeing space.
- freeSpace(long, long, String) - Method in class tachyon.worker.block.BlockDataManager
-
Frees space to make a specific amount of bytes available in the tier.
- freeSpace(long, long, BlockStoreLocation) - Method in class tachyon.worker.block.TieredBlockStore
-
- freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in interface tachyon.worker.block.evictor.Evictor
-
Frees space in the given block store location and with the given view.
- freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.EvictorBase
-
- freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.GreedyEvictor
-
- freeSpaceWithView(long, BlockStoreLocation, BlockMetadataManagerView) - Method in class tachyon.worker.block.evictor.LRFUEvictor
-
- from(TachyonTException) - Static method in exception tachyon.exception.TachyonException
-
- FROM_STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- fromJournalEntry(File.InodeDirectoryEntry) - Static method in class tachyon.master.file.meta.InodeDirectory
-
- fromJournalEntry(File.InodeFileEntry) - Static method in class tachyon.master.file.meta.InodeFile
-
- fromJournalEntry(Lineage.LineageEntry) - Static method in class tachyon.master.lineage.meta.Lineage
-
- fromPath - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
the path of the store to be merged
- fromShort(short) - Static method in enum tachyon.network.protocol.RPCResponse.Status
-
- fromShort(short) - Method in class tachyon.security.authorization.FileSystemPermission
-
- fromThriftOptions(SetAttributeTOptions) - Static method in class tachyon.client.file.options.SetAttributeOptions
-
- FUSE_DEBUG_ENABLE - Static variable in class tachyon.Constants
-
Have the fuse process log every FS request
- FUSE_DEFAULT_MOUNTPOINT - Static variable in class tachyon.Constants
-
- FUSE_FS_NAME - Static variable in class tachyon.Constants
-
FUSE file system name
- FUSE_FS_ROOT - Static variable in class tachyon.Constants
-
- FUSE_MAXWRITE_BYTES - Static variable in class tachyon.Constants
-
Passed to fuse-mount, maximum granularity of write operations:
Capped by the kernel to 128KB max (as of Linux 3.16.0).
- FUSE_PATHCACHE_SIZE - Static variable in class tachyon.Constants
-
Maxium number of Tachyon Paths to cache for fuse conversion
- GB - Static variable in class tachyon.Constants
-
- GeneralWorker(int, int, int, ByteBuffer, boolean, boolean, String) - Constructor for class tachyon.examples.Performance.GeneralWorker
-
- generateClientFileInfo(String) - Method in class tachyon.master.file.meta.Inode
-
Generates a
FileInfo of the file or folder.
- generateClientFileInfo(String) - Method in class tachyon.master.file.meta.InodeDirectory
-
Generates client file info for the folder.
- generateClientFileInfo(String) - Method in class tachyon.master.file.meta.InodeFile
-
- generateClientWorkerInfo() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- generateCommandLineJobInfo() - Method in class tachyon.job.CommandLineJob
-
- generateNewByteBufferFromThriftRPCResults(ByteBuffer) - Static method in class tachyon.util.io.BufferUtils
-
Extracts a correct
ByteBuffer from Thrift RPC result.
- generatePlan(LineageStoreView, FileSystemMasterView) - Method in class tachyon.master.lineage.checkpoint.CheckpointLatestPlanner
-
- generatePlan(LineageStoreView, FileSystemMasterView) - Method in interface tachyon.master.lineage.checkpoint.CheckpointPlanner
-
Generates a plan to decide what lineages to checkpoint.
- generateReport() - Method in class tachyon.worker.block.BlockHeartbeatReporter
-
Generates the report of the block store delta in the last heartbeat period.
- get() - Static method in class tachyon.client.block.TachyonBlockStore
-
- get() - Static method in class tachyon.client.file.BaseFileSystem
-
- get() - Static method in class tachyon.client.file.FileSystem.Factory
-
- get(byte[]) - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
Gets the value associated with the given key in the key-value partition, returning null if the
key is not found.
- get(ByteBuffer) - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- get(ByteBuffer, PayloadReader) - Method in interface tachyon.client.keyvalue.Index
-
Gets the bytes of value given the key and payload storage reader.
- get(byte[]) - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
-
Gets the value associated with the given key in the key-value partition, returning null if the
key is not found.
- get(ByteBuffer) - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
-
Gets the value associated with the given key in the key-value partition, returning null if the
key is not found.
- get(byte[]) - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
-
Gets the value associated with key, returns null if not found.
- get(ByteBuffer) - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
-
Gets the value associated with key, returns null if not found.
- get(long, ByteBuffer) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
Gets the value of a given key from a specific key-value block.
- get(ByteBuffer, PayloadReader) - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
- get() - Static method in class tachyon.client.lineage.LineageFileSystem
-
- get() - Static method in class tachyon.client.lineage.TachyonLineage
-
- get() - Method in class tachyon.client.netty.SingleResponseListener
-
Waits to receive the response and returns the response message.
- get(long, TimeUnit) - Method in class tachyon.client.netty.SingleResponseListener
-
Waits to receive the response for at most a specified time, and returns the response message.
- get(String) - Method in class tachyon.conf.TachyonConf
-
Gets the value for the given key in the
Properties.
- get() - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
-
- get(TachyonConf, boolean) - Static method in class tachyon.security.authorization.PermissionStatus
-
- get(TachyonConf) - Static method in class tachyon.security.LoginUser
-
Gets current singleton login user.
- get(long, ByteBuffer, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
-
- get(long, ByteBuffer, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
-
- get() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
-
- get(long, ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- get(long, ByteBuffer) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
-
Looks up a key in the block with the given block id.
- get() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.get
-
- get(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
-
Gets the UnderFileSystem instance according to its schema.
- get(String, Object, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
-
Gets the UnderFileSystem instance according to its scheme and configuration.
- get() - Static method in class tachyon.underfs.UnderFileSystemCluster
-
- get(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemCluster
-
Create an underfs test bed and register the shutdown hook.
- get(long, ByteBuffer) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
-
Gets the value for key in the given block, or null if key is not found.
- get_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- get_args(long, ByteBuffer) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- get_args(KeyValueWorkerClientService.get_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_args
-
Performs a deep copy on other.
- get_call(long, ByteBuffer, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.get_call
-
- get_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- get_result(ByteBuffer, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- get_result(KeyValueWorkerClientService.get_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.get_result
-
Performs a deep copy on other.
- getAbsolutePath() - Method in class tachyon.web.UIFileInfo
-
- getAddedBlocks() - Method in class tachyon.worker.block.BlockHeartbeatReport
-
Gets the list of blocks added by the worker in the heartbeat this report represents.
- getAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the map of added blocks on all tiers
- getAddedBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- getAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPointBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddMountPointOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- getAddress() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getAddress() - Method in class tachyon.ClientBase
-
- getAddress() - Method in class tachyon.master.LocalTachyonMaster
-
- getAddress() - Method in class tachyon.MasterClientBase
-
- getAddress() - Method in class tachyon.thrift.WorkerInfo
-
- getAlias(int) - Method in class tachyon.StorageTierAssoc
-
- getAllInTopologicalOrder() - Method in class tachyon.collections.DirectedAcyclicGraph
-
Gets all payloads of the DAG in the topological order.
- getAllInTopologicalOrder() - Method in class tachyon.master.lineage.meta.LineageStore
-
- getAllLineagesInTopologicalOrder() - Method in class tachyon.master.lineage.meta.LineageStoreView
-
- getAppConfigurationEntry(String) - Method in class tachyon.security.login.TachyonJaasConfiguration
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.Factory
-
- getAsyncClient(TNonblockingTransport) - Method in class tachyon.thrift.TachyonService.AsyncClient.Factory
-
- getAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequest() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequestBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequestOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequestOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAsyncPersistRequestOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- getAuthName() - Method in enum tachyon.security.authentication.AuthType
-
- getAuthority() - Method in class tachyon.TachyonURI
-
Gets the authority of the TachyonURI.
- getAuthorizationID() - Method in class tachyon.security.authentication.PlainSaslServer
-
- getAvailableBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getAvailableBytes(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets the amount of available space of given location in bytes.
- getAvailableBytes(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
- getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the total available capacity of this
StorageDir in bytes.
- getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageDirView
-
Gets available bytes for this dir.
- getAvailableBytes() - Method in class tachyon.worker.block.meta.StorageTier
-
- getBindAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
- getBindHost() - Method in class tachyon.web.UIWebServer
-
Gets the actual bind hostname.
- getBindHost() - Method in interface tachyon.worker.DataServer
-
Gets the actual bind hostname on
DataServer service.
- getBindHost() - Method in class tachyon.worker.netty.NettyDataServer
-
- getBindHost() - Method in class tachyon.worker.nio.NIODataServer
-
- getBindHostKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Gets the key of bind hostname.
- getBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockContainerIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- getBlockDataManager() - Method in class tachyon.worker.block.BlockWorker
-
- getBlockId() - Method in class tachyon.master.block.meta.MasterBlockInfo
-
- getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getBlockId() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getBlockId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 block_id = 1;
- getBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
optional int64 block_id = 1;
- getBlockId() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
-
optional int64 block_id = 1;
- getBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 block_id = 4;
- getBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional int64 block_id = 4;
- getBlockId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional int64 block_id = 4;
- getBlockId() - Method in class tachyon.thrift.BlockInfo
-
- getBlockId() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
the id of the block
- getBlockId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the id of the block being committed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
the id of the block being accessed
- getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
the id of the partition
- getBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
the id of the partition
- getBlockId() - Method in class tachyon.thrift.PartitionInfo
-
- getBlockId() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
-
- getBlockId() - Method in class tachyon.worker.block.meta.BlockMetaBase
-
- getBlockId() - Method in class tachyon.worker.DataServerMessage
-
Gets the id of the block.
- getBlockIdByIndex(int) - Method in class tachyon.master.file.meta.InodeFile
-
Gets the block id for a given index.
- getBlockIds() - Method in class tachyon.client.file.URIStatus
-
- getBlockIds() - Method in class tachyon.master.file.meta.InodeFile
-
- getBlockIds(int) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
repeated int64 block_ids = 1;
- getBlockIds(int) - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
repeated int64 block_ids = 1;
- getBlockIds(int) - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
repeated int64 block_ids = 1;
- getBlockIds() - Method in class tachyon.thrift.FileInfo
-
- getBlockIds() - Method in class tachyon.thrift.PersistFile
-
- getBlockIds() - Method in class tachyon.worker.block.meta.StorageDir
-
Returns the list of block ids in this dir.
- getBlockIdsCount() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
repeated int64 block_ids = 1;
- getBlockIdsCount() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
repeated int64 block_ids = 1;
- getBlockIdsCount() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
repeated int64 block_ids = 1;
- getBlockIdsIterator() - Method in class tachyon.thrift.FileInfo
-
- getBlockIdsIterator() - Method in class tachyon.thrift.PersistFile
-
- getBlockIdsList() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
repeated int64 block_ids = 1;
- getBlockIdsList() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
repeated int64 block_ids = 1;
- getBlockIdsList() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
repeated int64 block_ids = 1;
- getBlockIdsSize() - Method in class tachyon.thrift.FileInfo
-
- getBlockIdsSize() - Method in class tachyon.thrift.PersistFile
-
- getBlockInfo(long) - Method in class tachyon.client.block.BlockMasterClient
-
- getBlockInfo(long) - Method in class tachyon.master.block.BlockMaster
-
- getBlockInfo(long) - Method in class tachyon.master.block.BlockMasterClientServiceHandler
-
- getBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfo() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
-
- getBlockInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
-
- getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
-
- getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- getBlockInfo(long) - Method in interface tachyon.thrift.BlockMasterClientService.Iface
-
Returns the block information for the given block id.
- getBlockInfo() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
-
- getBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
-
- getBlockInfo_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- getBlockInfo_args(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- getBlockInfo_args(BlockMasterClientService.getBlockInfo_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
Performs a deep copy on other.
- getBlockInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getBlockInfo_call
-
- getBlockInfo_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- getBlockInfo_result(BlockInfo, TachyonTException) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- getBlockInfo_result(BlockMasterClientService.getBlockInfo_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
Performs a deep copy on other.
- getBlockInfoBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfoList(List<Long>) - Method in class tachyon.master.block.BlockMaster
-
Retrieves information for the given list of block ids.
- getBlockInfoOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfoOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockInfoOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- getBlockIterator() - Method in class tachyon.worker.block.evictor.EvictorBase
-
Returns an iterator for evictor cache blocks.
- getBlockIterator() - Method in class tachyon.worker.block.evictor.LRFUEvictor
-
- getBlockIterator() - Method in class tachyon.worker.block.evictor.LRUEvictor
-
- getBlockLength() - Method in class tachyon.web.UIFileBlockInfo
-
- getBlockList() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getBlockLocation() - Method in class tachyon.worker.block.meta.BlockMetaBase
-
- getBlockLocations() - Method in class tachyon.master.block.meta.MasterBlockInfo
-
Gets the locations of the block, which are the workers' net address who has the data of the
block in its tiered storage.
- getBlockMaster() - Method in class tachyon.master.TachyonMaster
-
- getBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets the metadata of a block given its blockId.
- getBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
- getBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the
BlockMeta from this storage dir by its block id.
- getBlockMeta(long, long, long) - Method in class tachyon.worker.block.TieredBlockStore
-
- getBlockMetadataManagerView() - Method in class tachyon.worker.block.meta.StorageTierView
-
- getBlockPath() - Method in class tachyon.thrift.LockBlockResult
-
- getBlockPath(long, BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
-
Returns the path of a block given its location, or null if the location is not a specific
StorageDir.
- getBlockReader(long, long, long) - Method in class tachyon.worker.block.TieredBlockStore
-
- getBlocks() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getBlocks(int) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
repeated int64 blocks = 12;
- getBlocks(int) - Method in class tachyon.proto.journal.File.InodeFileEntry
-
repeated int64 blocks = 12;
- getBlocks(int) - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
repeated int64 blocks = 12;
- getBlocks() - Method in class tachyon.worker.block.meta.StorageDir
-
Returns the list of blocks stored in this dir.
- getBlocksCount() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
repeated int64 blocks = 12;
- getBlocksCount() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
repeated int64 blocks = 12;
- getBlocksCount() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
repeated int64 blocks = 12;
- getBlockSize() - Method in class tachyon.worker.block.meta.BlockMeta
-
- getBlockSize() - Method in class tachyon.worker.block.meta.BlockMetaBase
-
- getBlockSize() - Method in class tachyon.worker.block.meta.TempBlockMeta
-
- getBlockSizeByte(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getBlockSizeByte(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getBlockSizeByte(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
Gets the block size in bytes.
- getBlockSizeByte(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
Gets the block size in bytes.
- getBlockSizeByte(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
Gets the block size in bytes.
- getBlockSizeByte(String) - Method in class tachyon.underfs.UnderFileSystem
-
Gets the block size of a file in under file system, in bytes.
- getBlockSizeBytes() - Method in class tachyon.client.file.options.CreateFileOptions
-
- getBlockSizeBytes() - Method in class tachyon.client.file.options.OutStreamOptions
-
- getBlockSizeBytes() - Method in class tachyon.client.file.URIStatus
-
- getBlockSizeBytes() - Method in class tachyon.master.file.meta.InodeFile
-
- getBlockSizeBytes() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- getBlockSizeBytes() - Method in class tachyon.master.file.options.CreateFileOptions
-
- getBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 block_size_bytes = 8;
- getBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 block_size_bytes = 8;
- getBlockSizeBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 block_size_bytes = 8;
- getBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 block_size_bytes = 2;
- getBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional int64 block_size_bytes = 2;
- getBlockSizeBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional int64 block_size_bytes = 2;
- getBlockSizeBytes() - Method in class tachyon.thrift.CreateFileTOptions
-
- getBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
-
- getBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
block size in bytes
- getBlockSizeBytes() - Method in class tachyon.web.UIFileInfo
-
- getBlocksList() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
repeated int64 blocks = 12;
- getBlocksList() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
repeated int64 blocks = 12;
- getBlocksList() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
repeated int64 blocks = 12;
- getBlocksOnTier() - Method in class tachyon.web.UIFileInfo
-
- getBlockStoreMeta() - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets a summary of the meta data.
- getBlockStoreMeta() - Method in class tachyon.worker.block.TieredBlockStore
-
- getBlockWorkerServiceHandler() - Method in class tachyon.worker.TachyonWorker
-
- getBlockWriter(long, long) - Method in class tachyon.worker.block.TieredBlockStore
-
- getBoolean(String) - Method in class tachyon.conf.TachyonConf
-
Gets the boolean representation of the value for the given key.
- getByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
-
Gets a subset of objects with the specified field value.
- getBytes() - Method in interface tachyon.client.keyvalue.Index
-
- getBytes() - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
- getBytes(String) - Method in class tachyon.conf.TachyonConf
-
Gets the bytes of the value for the given key.
- getBytesWritten() - Method in class tachyon.client.OutStreamBase
-
- getCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool cacheable = 11;
- getCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool cacheable = 11;
- getCacheable() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool cacheable = 11;
- getCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getCapacity() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getCapacityBytes() - Method in class tachyon.client.block.BlockMasterClient
-
Gets the total Tachyon capacity in bytes, on all the tiers of all the workers.
- getCapacityBytes() - Method in class tachyon.client.block.BlockWorkerInfo
-
- getCapacityBytes() - Method in class tachyon.client.block.TachyonBlockStore
-
Gets the total capacity of Tachyon's BlockStore.
- getCapacityBytes() - Method in class tachyon.master.block.BlockMaster
-
- getCapacityBytes() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
-
- getCapacityBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getCapacityBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
-
- getCapacityBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
-
- getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
-
- getCapacityBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- getCapacityBytes() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
-
Returns the capacity (in bytes).
- getCapacityBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
-
- getCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
-
- getCapacityBytes() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
-
- getCapacityBytes() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the total capacity of this
StorageDir in bytes, which is a constant once this
StorageDir has been initialized.
- getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageDirView
-
Gets capacity bytes for this dir.
- getCapacityBytes() - Method in class tachyon.worker.block.meta.StorageTier
-
- getCapacityBytes_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- getCapacityBytes_args(BlockMasterClientService.getCapacityBytes_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
Performs a deep copy on other.
- getCapacityBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getCapacityBytes_call
-
- getCapacityBytes_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- getCapacityBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- getCapacityBytes_result(BlockMasterClientService.getCapacityBytes_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
Performs a deep copy on other.
- GetCapacityBytesCommand - Class in tachyon.shell.command
-
- GetCapacityBytesCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.GetCapacityBytesCommand
-
Constructs a new instance to get the capacity of the
FileSystem.
- getCapacityBytesOnDirs() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getCapacityBytesOnTiers() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional bool cascade = 2;
- getCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
optional bool cascade = 2;
- getCascade() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
-
optional bool cascade = 2;
- getChannel() - Method in interface tachyon.worker.block.io.BlockReader
-
Returns a readable byte channel of the block.
- getChannel() - Method in interface tachyon.worker.block.io.BlockWriter
-
Returns writable byte channel to write to this block.
- getChannel() - Method in class tachyon.worker.block.io.LocalFileBlockReader
-
- getChannel() - Method in class tachyon.worker.block.io.LocalFileBlockWriter
-
- getCheckpointFilePath() - Method in class tachyon.master.journal.Journal
-
- getCheckpointInputStream() - Method in class tachyon.master.journal.JournalReader
-
- getCheckpointLastModifiedTimeMs() - Method in class tachyon.master.journal.JournalReader
-
- getCheckpointOutputStream(long) - Method in class tachyon.master.journal.JournalWriter
-
Returns an output stream for the journal checkpoint.
- getChild(long) - Method in class tachyon.master.file.meta.InodeDirectory
-
- getChild(String) - Method in class tachyon.master.file.meta.InodeDirectory
-
- getChildren(T) - Method in class tachyon.collections.DirectedAcyclicGraph
-
Gets the payloads for the children of the given node.
- getChildren() - Method in class tachyon.collections.DirectedAcyclicGraphNode
-
Gets the children nodes of the node.
- getChildren() - Method in class tachyon.master.file.meta.InodeDirectory
-
- getChildren(Lineage) - Method in class tachyon.master.lineage.meta.LineageStore
-
Gets all the children of a given lineage
- getChildren(Lineage) - Method in class tachyon.master.lineage.meta.LineageStoreView
-
- getChildren() - Method in class tachyon.thrift.LineageInfo
-
- getChildrenIds() - Method in class tachyon.master.file.meta.InodeDirectory
-
- getChildrenIterator() - Method in class tachyon.thrift.LineageInfo
-
- getChildrenSize() - Method in class tachyon.thrift.LineageInfo
-
- getClass(String) - Method in class tachyon.conf.TachyonConf
-
Gets the value for the given key as a class.
- getClient() - Method in class tachyon.client.block.BlockMasterClient
-
- getClient() - Method in class tachyon.client.file.FileSystemMasterClient
-
- getClient() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
- getClient() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
- getClient() - Method in class tachyon.client.lineage.LineageMasterClient
-
- getClient() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getClient() - Method in class tachyon.ClientBase
-
- getClient(String, String, TachyonConf) - Static method in class tachyon.LeaderInquireClient
-
Gets the client.
- getClient() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
- getClient(TachyonConf) - Method in class tachyon.master.ClientPool
-
- getClient() - Method in class tachyon.master.LocalTachyonCluster
-
- getClient() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- getClient() - Method in class tachyon.master.LocalTachyonMaster
-
- getClient(TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockMasterClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockMasterWorkerService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.BlockWorkerClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.FileSystemMasterClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.KeyValueMasterClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.LineageMasterClientService.Client.Factory
-
- getClient(TProtocol) - Method in class tachyon.thrift.TachyonService.Client.Factory
-
- getClient(TProtocol, TProtocol) - Method in class tachyon.thrift.TachyonService.Client.Factory
-
- getClient() - Method in class tachyon.worker.block.BlockMasterClient
-
- getClient() - Method in class tachyon.worker.file.FileSystemMasterClient
-
- getClientChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
-
Returns the correct
SocketChannel class based on
ChannelType.
- getClientMetrics() - Static method in class tachyon.client.ClientContext
-
- getClientTransport(TachyonConf, InetSocketAddress) - Static method in class tachyon.security.authentication.AuthenticationUtils
-
Creates a transport per the connection options.
- getCommand() - Method in class tachyon.job.CommandLineJob
-
Gets the command.
- getCommand() - Method in class tachyon.thrift.CommandLineJobInfo
-
- getCommandName() - Method in class tachyon.shell.command.CatCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChgrpCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChmodCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChmodRecursiveCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChownCommand
-
- getCommandName() - Method in class tachyon.shell.command.ChownRecursiveCommand
-
- getCommandName() - Method in class tachyon.shell.command.CopyFromLocalCommand
-
- getCommandName() - Method in class tachyon.shell.command.CopyToLocalCommand
-
- getCommandName() - Method in class tachyon.shell.command.CountCommand
-
- getCommandName() - Method in class tachyon.shell.command.CreateLineageCommand
-
- getCommandName() - Method in class tachyon.shell.command.DeleteLineageCommand
-
- getCommandName() - Method in class tachyon.shell.command.DuCommand
-
- getCommandName() - Method in class tachyon.shell.command.FileInfoCommand
-
- getCommandName() - Method in class tachyon.shell.command.FreeCommand
-
- getCommandName() - Method in class tachyon.shell.command.GetCapacityBytesCommand
-
- getCommandName() - Method in class tachyon.shell.command.GetUsedBytesCommand
-
- getCommandName() - Method in class tachyon.shell.command.ListLineagesCommand
-
- getCommandName() - Method in class tachyon.shell.command.LoadCommand
-
- getCommandName() - Method in class tachyon.shell.command.LoadMetadataCommand
-
- getCommandName() - Method in class tachyon.shell.command.LocationCommand
-
- getCommandName() - Method in class tachyon.shell.command.LsCommand
-
- getCommandName() - Method in class tachyon.shell.command.LsrCommand
-
- getCommandName() - Method in class tachyon.shell.command.MkdirCommand
-
- getCommandName() - Method in class tachyon.shell.command.MountCommand
-
- getCommandName() - Method in class tachyon.shell.command.MvCommand
-
- getCommandName() - Method in class tachyon.shell.command.PersistCommand
-
- getCommandName() - Method in class tachyon.shell.command.PinCommand
-
- getCommandName() - Method in class tachyon.shell.command.ReportCommand
-
- getCommandName() - Method in class tachyon.shell.command.RmCommand
-
- getCommandName() - Method in class tachyon.shell.command.RmrCommand
-
- getCommandName() - Method in class tachyon.shell.command.SetTtlCommand
-
- getCommandName() - Method in class tachyon.shell.command.TailCommand
-
- getCommandName() - Method in interface tachyon.shell.command.TfsShellCommand
-
Gets the command name as input from the shell.
- getCommandName() - Method in class tachyon.shell.command.TouchCommand
-
- getCommandName() - Method in class tachyon.shell.command.UnmountCommand
-
- getCommandName() - Method in class tachyon.shell.command.UnpinCommand
-
- getCommandName() - Method in class tachyon.shell.command.UnsetTtlCommand
-
- getCommandOptions() - Method in class tachyon.thrift.FileSystemCommand
-
- getCommandType() - Method in class tachyon.thrift.Command
-
- getCommandType() - Method in class tachyon.thrift.FileSystemCommand
-
- getCommitPath() - Method in class tachyon.worker.block.meta.TempBlockMeta
-
- getCommittedBytes() - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the total size of committed blocks in this StorageDir in bytes.
- getCommittedBytes() - Method in class tachyon.worker.block.meta.StorageDirView
-
Gets committed bytes for this dir.
- getCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool completed = 10;
- getCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool completed = 10;
- getCompleted() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool completed = 10;
- getCompletedDirectory() - Method in class tachyon.master.journal.Journal
-
- getCompletedLogFilePath(long) - Method in class tachyon.master.journal.Journal
-
Returns the completed log filename for a particular log number.
- getCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompleteFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- getCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartition() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartitionBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartitionOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartitionOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompletePartitionOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- getCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getCompleteStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- getConf() - Static method in class tachyon.client.ClientContext
-
- getConf() - Static method in class tachyon.master.MasterContext
-
Returns the one and only static
TachyonConf object which is shared among all classes
within the master process.
- getConf() - Method in class tachyon.thrift.CommandLineJobInfo
-
- getConf() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getConf() - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getConf() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getConf() - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getConf() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getConf() - Method in class tachyon.underfs.UnderFileSystem
-
Gets the configuration object for UnderFileSystem.
- getConf() - Static method in class tachyon.worker.WorkerContext
-
Returns the one and only static
TachyonConf object which is shared among all classes
within the worker process.
- getConnectAddress(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Helper method to get the
InetSocketAddress address for client to communicate with the
service.
- getConnectHost(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Provides an externally resolvable hostname for client to communicate with the service.
- getContainerId(long) - Static method in class tachyon.master.block.BlockId
-
- getContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 container_id = 1;
- getContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
optional int64 container_id = 1;
- getContainerId() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
-
optional int64 container_id = 1;
- getCreated() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
-
- getCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreateStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- getCreationTime() - Method in class tachyon.master.lineage.meta.Lineage
-
- getCreationTime() - Method in class tachyon.web.UIFileInfo
-
- getCreationTimeMs() - Method in class tachyon.client.file.URIStatus
-
- getCreationTimeMs() - Method in class tachyon.master.file.meta.Inode
-
- getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- getCreationTimeMs() - Method in class tachyon.thrift.FileInfo
-
- getCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
-
- getCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of list of blocks on each tier
- getCurrentBlocksOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getCurrentLogFilePath() - Method in class tachyon.master.journal.Journal
-
- getCurrentMs() - Static method in class tachyon.util.CommonUtils
-
- getCustomProvider() - Method in class tachyon.security.authentication.CustomAuthenticationProviderImpl
-
- getData() - Method in class tachyon.thrift.Command
-
- getDataBindHost() - Method in class tachyon.worker.block.BlockWorker
-
- getDataBindHost() - Method in class tachyon.worker.TachyonWorker
-
- getDataIterator() - Method in class tachyon.thrift.Command
-
- getDataLocalPort() - Method in class tachyon.worker.block.BlockWorker
-
- getDataLocalPort() - Method in class tachyon.worker.TachyonWorker
-
- getDataPort() - Method in class tachyon.thrift.WorkerNetAddress
-
- getDataPort() - Method in class tachyon.worker.NetAddress
-
- getDataPortSocketAddress(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Extracts dataPort InetSocketAddress from Tachyon representation of network address.
- getDataServerAddress() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getDataSize() - Method in class tachyon.thrift.Command
-
- getDefault() - Static method in class tachyon.security.authorization.FileSystemPermission
-
Gets the default permission.
- getDefaultInstance() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeFileEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.PersistFileEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.RenameEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.SetAclEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.File.SetStateEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.Journal.JournalEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getDefaultInstance() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.RenameEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- getDefaultInstanceForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getDefaultPort() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Gets the default port number on service
- getDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- getDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineageBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteLineageOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- getDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPointBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPointOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteMountPointOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- getDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDeleteStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- getDepth() - Method in class tachyon.TachyonURI
-
Return the number of elements of the path component of the TachyonURI.
- getDescription() - Method in class tachyon.shell.command.CatCommand
-
- getDescription() - Method in class tachyon.shell.command.ChgrpCommand
-
- getDescription() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
-
- getDescription() - Method in class tachyon.shell.command.ChmodCommand
-
- getDescription() - Method in class tachyon.shell.command.ChmodRecursiveCommand
-
- getDescription() - Method in class tachyon.shell.command.ChownCommand
-
- getDescription() - Method in class tachyon.shell.command.ChownRecursiveCommand
-
- getDescription() - Method in class tachyon.shell.command.CopyFromLocalCommand
-
- getDescription() - Method in class tachyon.shell.command.CopyToLocalCommand
-
- getDescription() - Method in class tachyon.shell.command.CountCommand
-
- getDescription() - Method in class tachyon.shell.command.CreateLineageCommand
-
- getDescription() - Method in class tachyon.shell.command.DeleteLineageCommand
-
- getDescription() - Method in class tachyon.shell.command.DuCommand
-
- getDescription() - Method in class tachyon.shell.command.FileInfoCommand
-
- getDescription() - Method in class tachyon.shell.command.FreeCommand
-
- getDescription() - Method in class tachyon.shell.command.GetCapacityBytesCommand
-
- getDescription() - Method in class tachyon.shell.command.GetUsedBytesCommand
-
- getDescription() - Method in class tachyon.shell.command.ListLineagesCommand
-
- getDescription() - Method in class tachyon.shell.command.LoadCommand
-
- getDescription() - Method in class tachyon.shell.command.LoadMetadataCommand
-
- getDescription() - Method in class tachyon.shell.command.LocationCommand
-
- getDescription() - Method in class tachyon.shell.command.LsCommand
-
- getDescription() - Method in class tachyon.shell.command.LsrCommand
-
- getDescription() - Method in class tachyon.shell.command.MkdirCommand
-
- getDescription() - Method in class tachyon.shell.command.MountCommand
-
- getDescription() - Method in class tachyon.shell.command.MvCommand
-
- getDescription() - Method in class tachyon.shell.command.PersistCommand
-
- getDescription() - Method in class tachyon.shell.command.PinCommand
-
- getDescription() - Method in class tachyon.shell.command.ReportCommand
-
- getDescription() - Method in class tachyon.shell.command.RmCommand
-
- getDescription() - Method in class tachyon.shell.command.RmrCommand
-
- getDescription() - Method in class tachyon.shell.command.SetTtlCommand
-
- getDescription() - Method in class tachyon.shell.command.TailCommand
-
- getDescription() - Method in interface tachyon.shell.command.TfsShellCommand
-
- getDescription() - Method in class tachyon.shell.command.TouchCommand
-
- getDescription() - Method in class tachyon.shell.command.UnmountCommand
-
- getDescription() - Method in class tachyon.shell.command.UnpinCommand
-
- getDescription() - Method in class tachyon.shell.command.UnsetTtlCommand
-
- getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Block
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeFileEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.PersistFileEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.RenameEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.SetAclEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.File.SetStateEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Journal
-
- getDescriptor() - Static method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Journal.JournalEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- getDescriptor() - Static method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- getDescriptorForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- getDir(BlockStoreLocation) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets the
StorageDir given its location in the store.
- getDir(int) - Method in class tachyon.worker.block.meta.StorageTier
-
Returns a directory for the given index.
- getDirDefault() - Static method in class tachyon.security.authorization.PermissionStatus
-
- getDirectory() - Method in class tachyon.master.journal.Journal
-
- getDirIndex() - Method in class tachyon.worker.block.meta.StorageDir
-
Returns the zero-based index of this dir in its parent
StorageTier.
- getDirPath() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
-
- getDirPath() - Method in class tachyon.worker.block.meta.StorageDir
-
- getDirView(int) - Method in class tachyon.worker.block.meta.StorageTierView
-
Returns a directory view for the given index.
- getDirViewIndex() - Method in class tachyon.worker.block.meta.StorageDirView
-
Gets the index of this Dir.
- getDirViews() - Method in class tachyon.worker.block.meta.StorageTierView
-
- getDirWithMaxFreeSpace(long, BlockStoreLocation, BlockMetadataManagerView) - Static method in class tachyon.worker.block.evictor.EvictorUtils
-
- getDouble(String) - Method in class tachyon.conf.TachyonConf
-
Gets the double representation of the value for the given key.
- getDstLocation() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
-
- getDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- getDstPath() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional string dst_path = 2;
- getDstPath() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional string dst_path = 2;
- getDstPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
the desinationpath of the file
- getDstPathBytes() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- getDstPathBytes() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional string dst_path = 2;
- getDstPathBytes() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional string dst_path = 2;
- getE() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- getE() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- getE() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- getE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getE() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getE() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- getE() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- getE() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- getE() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
-
- getEmptyArgsInstance() - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
-
- getEncodedLength() - Method in interface tachyon.network.protocol.EncodedMessage
-
Returns the number bytes for the message when it is encoded.
- getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getEncodedLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getEncodedLength() - Method in class tachyon.network.protocol.RPCErrorResponse
-
- getEncodedLength() - Method in enum tachyon.network.protocol.RPCMessage.Type
-
- getEntryCase() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- getEntryCase() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- getEntryOutputStream() - Method in class tachyon.master.journal.JournalWriter
-
Returns an output stream for the journal entries.
- getEnum(String, Class<T>) - Method in class tachyon.conf.TachyonConf
-
Gets the value for the given key as an enum value.
- getEvictableBlocks() - Method in class tachyon.worker.block.meta.StorageDirView
-
Get a filtered list of block metadata, for blocks that are neither pinned or being blocked.
- getEvitableBytes() - Method in class tachyon.worker.block.meta.StorageDirView
-
Gets evictable bytes for this dir, i.e., the total bytes of total evictable blocks
- getExceptionClass() - Method in enum tachyon.exception.TachyonExceptionType
-
Gets the class of the exception.
- getExecString() - Method in class tachyon.util.ShellUtils
-
- getExecutorService() - Static method in class tachyon.client.ClientContext
-
- getExecutorService() - Method in class tachyon.master.MasterBase
-
- getExecutorService() - Method in class tachyon.worker.WorkerBase
-
- getExitCode() - Method in exception tachyon.util.ShellUtils.ExitCodeException
-
Gets the exit code.
- getExitCode() - Method in class tachyon.util.ShellUtils
-
Gets the exit code.
- getExpiredBuckets(long) - Method in class tachyon.master.file.meta.TtlBucketList
-
Retrieves buckets whose ttl interval has expired before the specified time, that is, the
bucket's interval start time should be less than or equal to (specified time - ttl interval).
- getFieldDesc(FileSystemCommandOptions._Fields) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- getFieldName() - Method in enum tachyon.thrift.BlockInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockLocation._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.Command._Fields
-
- getFieldName() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.CreateFileTOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.DependencyInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileBlockInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemCommand._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.JobConfInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.LockBlockResult._Fields
-
- getFieldName() - Method in enum tachyon.thrift.PartitionInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.PersistCommandOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.PersistFile._Fields
-
- getFieldName() - Method in enum tachyon.thrift.RpcOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.SetAclTOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
- getFieldName() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
- getFieldName() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
- getFieldName() - Method in enum tachyon.thrift.TachyonTException._Fields
-
- getFieldName() - Method in enum tachyon.thrift.ThriftIOException._Fields
-
- getFieldName() - Method in enum tachyon.thrift.WorkerInfo._Fields
-
- getFieldName() - Method in enum tachyon.thrift.WorkerNetAddress._Fields
-
- getFieldValue(T) - Method in interface tachyon.collections.IndexedSet.FieldIndex
-
Gets the value of the field that serves as index.
- getFieldValue(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
-
- getFieldValue(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
-
- getFieldValue(BlockMasterClientService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- getFieldValue(BlockMasterClientService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- getFieldValue(BlockMasterClientService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- getFieldValue(BlockMasterClientService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- getFieldValue(BlockMasterClientService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- getFieldValue(BlockMasterClientService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- getFieldValue(BlockMasterClientService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- getFieldValue(BlockMasterClientService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getFieldValue(BlockMasterWorkerService.commitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- getFieldValue(BlockMasterWorkerService.commitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- getFieldValue(BlockMasterWorkerService.getWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- getFieldValue(BlockMasterWorkerService.getWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- getFieldValue(BlockMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- getFieldValue(BlockMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- getFieldValue(BlockMasterWorkerService.registerWorker_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getFieldValue(BlockMasterWorkerService.registerWorker_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- getFieldValue(BlockWorkerClientService.accessBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- getFieldValue(BlockWorkerClientService.accessBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- getFieldValue(BlockWorkerClientService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- getFieldValue(BlockWorkerClientService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- getFieldValue(BlockWorkerClientService.cacheBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- getFieldValue(BlockWorkerClientService.cacheBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- getFieldValue(BlockWorkerClientService.cancelBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- getFieldValue(BlockWorkerClientService.cancelBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- getFieldValue(BlockWorkerClientService.lockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- getFieldValue(BlockWorkerClientService.lockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- getFieldValue(BlockWorkerClientService.promoteBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- getFieldValue(BlockWorkerClientService.promoteBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- getFieldValue(BlockWorkerClientService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- getFieldValue(BlockWorkerClientService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- getFieldValue(BlockWorkerClientService.requestSpace_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- getFieldValue(BlockWorkerClientService.requestSpace_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- getFieldValue(BlockWorkerClientService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- getFieldValue(BlockWorkerClientService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- getFieldValue(BlockWorkerClientService.unlockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- getFieldValue(BlockWorkerClientService.unlockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- getFieldValue(Command._Fields) - Method in class tachyon.thrift.Command
-
- getFieldValue(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
-
- getFieldValue(CompleteFileTOptions._Fields) - Method in class tachyon.thrift.CompleteFileTOptions
-
- getFieldValue(CreateDirectoryTOptions._Fields) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- getFieldValue(CreateFileTOptions._Fields) - Method in class tachyon.thrift.CreateFileTOptions
-
- getFieldValue(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
-
- getFieldValue(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
-
- getFieldValue(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
-
- getFieldValue(FileSystemCommand._Fields) - Method in class tachyon.thrift.FileSystemCommand
-
- getFieldValue(FileSystemMasterClientService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- getFieldValue(FileSystemMasterClientService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- getFieldValue(FileSystemMasterClientService.createDirectory_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- getFieldValue(FileSystemMasterClientService.createDirectory_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- getFieldValue(FileSystemMasterClientService.createFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- getFieldValue(FileSystemMasterClientService.createFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- getFieldValue(FileSystemMasterClientService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- getFieldValue(FileSystemMasterClientService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- getFieldValue(FileSystemMasterClientService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- getFieldValue(FileSystemMasterClientService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- getFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- getFieldValue(FileSystemMasterClientService.getStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- getFieldValue(FileSystemMasterClientService.getStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- getFieldValue(FileSystemMasterClientService.getStatusInternal_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- getFieldValue(FileSystemMasterClientService.getStatusInternal_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- getFieldValue(FileSystemMasterClientService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- getFieldValue(FileSystemMasterClientService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- getFieldValue(FileSystemMasterClientService.listStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- getFieldValue(FileSystemMasterClientService.listStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- getFieldValue(FileSystemMasterClientService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- getFieldValue(FileSystemMasterClientService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- getFieldValue(FileSystemMasterClientService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- getFieldValue(FileSystemMasterClientService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- getFieldValue(FileSystemMasterClientService.remove_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- getFieldValue(FileSystemMasterClientService.remove_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- getFieldValue(FileSystemMasterClientService.rename_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- getFieldValue(FileSystemMasterClientService.rename_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- getFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- getFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- getFieldValue(FileSystemMasterClientService.setAcl_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- getFieldValue(FileSystemMasterClientService.setAcl_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- getFieldValue(FileSystemMasterClientService.setAttribute_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- getFieldValue(FileSystemMasterClientService.setAttribute_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- getFieldValue(FileSystemMasterClientService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- getFieldValue(FileSystemMasterClientService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- getFieldValue(FileSystemMasterWorkerService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- getFieldValue(FileSystemMasterWorkerService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- getFieldValue(FileSystemMasterWorkerService.getPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- getFieldValue(FileSystemMasterWorkerService.getPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getFieldValue(FileSystemMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- getFieldValue(FileSystemMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- getFieldValue(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
-
- getFieldValue(KeyValueMasterClientService.completePartition_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- getFieldValue(KeyValueMasterClientService.completePartition_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- getFieldValue(KeyValueMasterClientService.completeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- getFieldValue(KeyValueMasterClientService.completeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- getFieldValue(KeyValueMasterClientService.createStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- getFieldValue(KeyValueMasterClientService.createStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- getFieldValue(KeyValueMasterClientService.deleteStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- getFieldValue(KeyValueMasterClientService.deleteStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- getFieldValue(KeyValueMasterClientService.getPartitionInfo_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- getFieldValue(KeyValueMasterClientService.getPartitionInfo_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getFieldValue(KeyValueMasterClientService.mergeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- getFieldValue(KeyValueMasterClientService.mergeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- getFieldValue(KeyValueWorkerClientService.get_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- getFieldValue(KeyValueWorkerClientService.get_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- getFieldValue(KeyValueWorkerClientService.getNextKeys_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- getFieldValue(KeyValueWorkerClientService.getNextKeys_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getFieldValue(KeyValueWorkerClientService.getSize_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- getFieldValue(KeyValueWorkerClientService.getSize_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getFieldValue(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
-
- getFieldValue(LineageMasterClientService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- getFieldValue(LineageMasterClientService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- getFieldValue(LineageMasterClientService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- getFieldValue(LineageMasterClientService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- getFieldValue(LineageMasterClientService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- getFieldValue(LineageMasterClientService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getFieldValue(LineageMasterClientService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- getFieldValue(LineageMasterClientService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- getFieldValue(LineageMasterClientService.reportLostFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- getFieldValue(LineageMasterClientService.reportLostFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- getFieldValue(LockBlockResult._Fields) - Method in class tachyon.thrift.LockBlockResult
-
- getFieldValue(PartitionInfo._Fields) - Method in class tachyon.thrift.PartitionInfo
-
- getFieldValue(PersistCommandOptions._Fields) - Method in class tachyon.thrift.PersistCommandOptions
-
- getFieldValue(PersistFile._Fields) - Method in class tachyon.thrift.PersistFile
-
- getFieldValue(RpcOptions._Fields) - Method in class tachyon.thrift.RpcOptions
-
- getFieldValue(SetAclTOptions._Fields) - Method in class tachyon.thrift.SetAclTOptions
-
- getFieldValue(SetAttributeTOptions._Fields) - Method in class tachyon.thrift.SetAttributeTOptions
-
- getFieldValue(TachyonService.getServiceVersion_args._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- getFieldValue(TachyonService.getServiceVersion_result._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- getFieldValue(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
-
- getFieldValue(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
-
- getFieldValue(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
-
- getFieldValue(WorkerNetAddress._Fields) - Method in class tachyon.thrift.WorkerNetAddress
-
- getFileBlockInfo(long, int) - Method in class tachyon.master.file.FileSystemMaster
-
- getFileBlockInfoList(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
-
- getFileBlockInfoList(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
- getFileBlockInfoList(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getFileBlockInfoList(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- getFileBlockInfoList(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
-
- getFileBlockInfoList(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- getFileBlockInfoList(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Returns the list of file blocks information for the given file.
- getFileBlockInfoList() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
-
- getFileBlockInfoList_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- getFileBlockInfoList_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- getFileBlockInfoList_args(FileSystemMasterClientService.getFileBlockInfoList_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
Performs a deep copy on other.
- getFileBlockInfoList_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call
-
- getFileBlockInfoList_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getFileBlockInfoList_result(List<FileBlockInfo>, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getFileBlockInfoList_result(FileSystemMasterClientService.getFileBlockInfoList_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
Performs a deep copy on other.
- getFileId() - Method in class tachyon.client.file.URIStatus
-
- getFileId(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
Returns the file id for a given path.
- getFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
optional int64 file_id = 1;
- getFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
optional int64 file_id = 1;
- getFileId() - Method in interface tachyon.proto.journal.File.AsyncPersistRequestEntryOrBuilder
-
optional int64 file_id = 1;
- getFileId() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
the id of the file being accessed
- getFileId() - Method in class tachyon.thrift.FileInfo
-
- getFileId() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
the id of the file or directory
- getFileId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
the id of the file
- getFileId() - Method in class tachyon.thrift.PersistFile
-
- getFileInfo(long) - Method in class tachyon.master.file.FileSystemMaster
-
- getFileInfo(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
- getFileInfo(long) - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
-
- getFileInfo(long) - Method in class tachyon.master.file.meta.FileSystemMasterView
-
- getFileInfo(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
-
- getFileInfo(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
-
- getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
-
- getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- getFileInfo(long) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
-
- getFileInfo() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
-
- getFileInfo(long) - Method in class tachyon.worker.block.BlockDataManager
-
Gets the file information.
- getFileInfo(long) - Method in class tachyon.worker.file.FileSystemMasterClient
-
- getFileInfo_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- getFileInfo_args(long) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- getFileInfo_args(FileSystemMasterWorkerService.getFileInfo_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
Performs a deep copy on other.
- getFileInfo_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getFileInfo_call
-
- getFileInfo_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- getFileInfo_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- getFileInfo_result(FileSystemMasterWorkerService.getFileInfo_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
Performs a deep copy on other.
- getFileInfoList(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
Returns a list
FileInfo for a given path.
- getFileLocations(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getFileLocations(String, long) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getFileLocations(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getFileLocations(String, long) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getFileLocations(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getFileLocations(String, long) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getFileLocations(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getFileLocations(String, long) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getFileLocations(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getFileLocations(String, long) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getFileLocations(String) - Method in class tachyon.underfs.UnderFileSystem
-
Gets the list of locations of the indicated path.
- getFileLocations(String, long) - Method in class tachyon.underfs.UnderFileSystem
-
Gets the list of locations of the indicated path given its offset.
- getFileLocations() - Method in class tachyon.web.UIFileInfo
-
- getFilePath(String, TachyonConf) - Static method in class tachyon.shell.TfsShellUtils
-
- getFilePersistenceState(long) - Method in class tachyon.master.file.meta.FileSystemMasterView
-
Returns the persistence state of a given file.
- getFiles() - Method in class tachyon.master.file.meta.TtlBucket
-
- getFiles(String) - Static method in class tachyon.shell.TfsShellUtils
-
Get the Files (on the local filesystem) that matches input path.
- getFileSize(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getFileSize(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getFileSize(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getFileSize(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getFileSize(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getFileSize(String) - Method in class tachyon.underfs.UnderFileSystem
-
Gets the file size in bytes.
- getFileSystemMaster() - Method in class tachyon.master.TachyonMaster
-
- getFileSystemMasterView() - Method in class tachyon.master.file.FileSystemMaster
-
- getFirst() - Method in class tachyon.collections.Pair
-
- getFirstByField(IndexedSet.FieldIndex<T>, Object) - Method in class tachyon.collections.IndexedSet
-
Gets the first object from the set of objects with the specified field value.
- getFloat(String) - Method in class tachyon.conf.TachyonConf
-
Gets the float representation of the value for the given key.
- getFqdnHost(InetSocketAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Get FQDN(Full Qualified Domain Name) from Java representations of network address, except
String representation which should be handled by
NetworkAddressUtils.resolveHostName(String) which will
handle the situation where hostname is null.
- getFqdnHost(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets FQDN(Full Qualified Domain Name) from Tachyon representation of network address.
- getFreeBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getFreeCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getFreeSpacePercent() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getFreeSpacePercent() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getFromPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
the path of the store to be merged
- getFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 from_store_id = 1;
- getFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
optional int64 from_store_id = 1;
- getFromStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
-
optional int64 from_store_id = 1;
- getGlobalStorageTierAssoc() - Method in class tachyon.master.block.BlockMaster
-
- getGroup() - Method in class tachyon.client.file.options.SetAclOptions
-
- getGroup() - Method in class tachyon.master.file.options.SetAclOptions
-
- getGroup() - Method in class tachyon.thrift.SetAclTOptions
-
- getGroupAction() - Method in class tachyon.security.authorization.FileSystemPermission
-
- getGroupName() - Method in class tachyon.client.file.URIStatus
-
- getGroupName() - Method in class tachyon.master.file.meta.Inode
-
- getGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- getGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string group_name = 9;
- getGroupName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string group_name = 9;
- getGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- getGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string group_name = 15;
- getGroupName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string group_name = 15;
- getGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- getGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string group_name = 4;
- getGroupName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string group_name = 4;
- getGroupName() - Method in class tachyon.security.authorization.PermissionStatus
-
- getGroupName() - Method in class tachyon.thrift.FileInfo
-
- getGroupName() - Method in class tachyon.web.UIFileInfo
-
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string group_name = 9;
- getGroupNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string group_name = 9;
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string group_name = 15;
- getGroupNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string group_name = 15;
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- getGroupNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string group_name = 4;
- getGroupNameBytes() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string group_name = 4;
- getGroups(String) - Method in interface tachyon.security.group.GroupMappingService
-
Gets all various group memberships of a given user.
- getGroups(String) - Method in class tachyon.security.group.provider.IdentityUserGroupsMapping
-
Returns list of groups for a user.
- getGroups(String) - Method in class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
-
Returns list of groups for a user.
- getGroupsForUserCommand(String) - Static method in class tachyon.util.ShellUtils
-
Gets a Unix command to get a given user's groups list.
- getHandler() - Method in class tachyon.metrics.sink.MetricsServlet
-
Gets the ServletContextHandler of the metrics servlet.
- getHDFSPath(TachyonURI, String) - Static method in class tachyon.hadoop.Utils
-
Returns an HDFS path for the given Tachyon path and under filesystem address.
- getHeartbeatData() - Method in class tachyon.worker.ClientMetrics
-
Return current metrics as heartbeat data and reset metrics to default.
- getHost() - Method in class tachyon.TachyonURI
-
Gets the host of the TachyonURI.
- getHost() - Method in class tachyon.thrift.WorkerNetAddress
-
- getHost() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getHost() - Method in class tachyon.worker.NetAddress
-
- getHostNameKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Gets the key of connect hostname.
- getId() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getId() - Method in class tachyon.master.file.meta.Inode
-
- getId() - Method in class tachyon.master.lineage.meta.Lineage
-
- getId() - Method in enum tachyon.network.protocol.RPCMessage.Type
-
Returns the int identifier of the type.
- getId() - Method in enum tachyon.network.protocol.RPCResponse.Status
-
Returns the short identifier of the status.
- getId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 id = 2;
- getId() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 id = 2;
- getId() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 id = 2;
- getId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.PersistDirectoryEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 id = 1;
- getId() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional int64 id = 1;
- getId() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional int64 id = 1;
- getId() - Method in class tachyon.thrift.LineageInfo
-
- getId() - Method in class tachyon.thrift.WorkerInfo
-
- getID() - Method in class tachyon.web.UIFileBlockInfo
-
- getId() - Method in class tachyon.web.UIFileInfo
-
- getId(WorkerNetAddress) - Method in class tachyon.worker.block.BlockMasterClient
-
Returns a worker id for a workers net address.
- getIncreasingByteArray(int) - Static method in class tachyon.util.io.BufferUtils
-
Gets an increasing sequence of bytes starting at zero.
- getIncreasingByteArray(int, int) - Static method in class tachyon.util.io.BufferUtils
-
Gets an increasing sequence of bytes starting with the given value.
- getIncreasingByteBuffer(int) - Static method in class tachyon.util.io.BufferUtils
-
Gets a
ByteBuffer containing an increasing sequence of bytes starting at zero.
- getIncreasingByteBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
-
Gets a
ByteBuffer containing an increasing sequence of bytes starting at the given
value.
- getIncreasingIntBuffer(int) - Static method in class tachyon.util.io.BufferUtils
-
Gets a
ByteBuffer containing an increasing sequence of integers starting at zero.
- getIncreasingIntBuffer(int, int) - Static method in class tachyon.util.io.BufferUtils
-
Get a
ByteBuffer containing an increasing sequence of integers starting at the given
value.
- getIndex() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- getInfo(long) - Method in class tachyon.client.block.TachyonBlockStore
-
Gets the block info of a block, if it exists.
- getInfo() - Method in class tachyon.client.file.URIStatus
-
- getInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
information about the partition to mark complete
- getInitialBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
initial number of bytes requested
- getInMemory() - Method in class tachyon.web.UIFileInfo
-
- getInMemoryFiles() - Method in class tachyon.master.file.FileSystemMaster
-
- getInMemoryPercentage() - Method in class tachyon.client.file.URIStatus
-
- getInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
-
- getInMemoryPercentage() - Method in class tachyon.web.UIFileInfo
-
- getInodeById(long) - Method in class tachyon.master.file.meta.InodeTree
-
- getInodeByPath(TachyonURI) - Method in class tachyon.master.file.meta.InodeTree
-
- getInodeChildrenRecursive(InodeDirectory) - Method in class tachyon.master.file.meta.InodeTree
-
- getInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectoryBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- getInodeDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeDirectoryOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- getInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- getInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTime() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTimeBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTimeOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTimeOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInodeLastModificationTimeOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- getInputFiles() - Method in class tachyon.master.lineage.meta.Lineage
-
- getInputFiles(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 input_files = 2;
- getInputFiles(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 input_files = 2;
- getInputFiles(int) - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 input_files = 2;
- getInputFiles() - Method in class tachyon.thrift.LineageInfo
-
- getInputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the list of input files
- getInputFilesCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 input_files = 2;
- getInputFilesCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 input_files = 2;
- getInputFilesCount() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 input_files = 2;
- getInputFilesIterator() - Method in class tachyon.thrift.LineageInfo
-
- getInputFilesIterator() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- getInputFilesList() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 input_files = 2;
- getInputFilesList() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 input_files = 2;
- getInputFilesList() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 input_files = 2;
- getInputFilesSize() - Method in class tachyon.thrift.LineageInfo
-
- getInputFilesSize() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- getInstanceProperties(String) - Method in class tachyon.metrics.MetricsConfig
-
Gets properties for the given instance.
- getInStream(long) - Method in class tachyon.client.block.TachyonBlockStore
-
Gets a stream to read the data of a block.
- getInt(String) - Method in class tachyon.conf.TachyonConf
-
Gets the integer representation of the value for the given key.
- getInternalMaster() - Method in class tachyon.master.LocalTachyonMaster
-
- getInternalProperties() - Method in class tachyon.conf.TachyonConf
-
- getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- getIoe() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- getIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- getIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- getIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getIoe() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- getIsDirectory() - Method in class tachyon.web.UIFileInfo
-
- getJob() - Method in class tachyon.master.lineage.meta.Lineage
-
- getJob() - Method in class tachyon.thrift.LineageInfo
-
- getJob() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the command line job info
- getJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- getJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_command = 4;
- getJobCommand() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_command = 4;
- getJobCommandBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- getJobCommandBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_command = 4;
- getJobCommandBytes() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_command = 4;
- getJobConf() - Method in class tachyon.job.Job
-
- getJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- getJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_output_path = 5;
- getJobOutputPath() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_output_path = 5;
- getJobOutputPathBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- getJobOutputPathBytes() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_output_path = 5;
- getJobOutputPathBytes() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_output_path = 5;
- getJournalDirectory(String) - Static method in class tachyon.master.block.BlockMaster
-
- getJournalDirectory(String) - Static method in class tachyon.master.file.FileSystemMaster
-
- getJournalDirectory(String) - Static method in class tachyon.master.keyvalue.KeyValueMaster
-
- getJournalDirectory(String) - Static method in class tachyon.master.lineage.LineageMaster
-
- getJournalFolder() - Method in class tachyon.master.LocalTachyonMaster
-
- getJournalFormatter() - Method in class tachyon.master.journal.Journal
-
- getKey() - Method in class tachyon.client.keyvalue.KeyValuePair
-
- getKey(int) - Method in interface tachyon.client.keyvalue.PayloadReader
-
Gets the key given the position of payload buffer.
- getKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
binary of the key
- getKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
current key
- getKey() - Method in class tachyon.thrift.RpcOptions
-
- getKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- getKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_limit = 3;
- getKeyLimit() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_limit = 3;
- getKeyLimit() - Method in class tachyon.thrift.PartitionInfo
-
- getKeyLimitBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- getKeyLimitBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_limit = 3;
- getKeyLimitBytes() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_limit = 3;
- getKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- getKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_start = 2;
- getKeyStart() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_start = 2;
- getKeyStart() - Method in class tachyon.thrift.PartitionInfo
-
- getKeyStartBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- getKeyStartBytes() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_start = 2;
- getKeyStartBytes() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_start = 2;
- getLastAccessTimeMs() - Method in class tachyon.web.UIFileBlockInfo
-
- getLastContactSec() - Method in class tachyon.thrift.WorkerInfo
-
- getLastHeartbeat() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getLastModificationTimeMs() - Method in class tachyon.client.file.URIStatus
-
- getLastModificationTimeMs() - Method in class tachyon.master.file.meta.Inode
-
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 last_modification_time_ms = 7;
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 last_modification_time_ms = 2;
- getLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
optional int64 last_modification_time_ms = 2;
- getLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
-
optional int64 last_modification_time_ms = 2;
- getLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
-
- getLastUpdatedTimeMs() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getLatestJournalTailer() - Method in class tachyon.master.journal.JournalTailerThread
-
- getLatestSequenceNumber() - Method in interface tachyon.master.journal.JournalInputStream
-
- getLatestSequenceNumber() - Method in class tachyon.master.journal.JournalTailer
-
- getLeaderIndex() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- getLeadingPath(int) - Method in class tachyon.TachyonURI
-
Get the first n components of the TachyonURI path.
- getLength() - Method in class tachyon.client.file.URIStatus
-
- getLength() - Method in class tachyon.master.block.meta.MasterBlockInfo
-
- getLength() - Method in class tachyon.master.file.meta.InodeFile
-
- getLength() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
-
Returns the length of the data.
- getLength() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
-
- getLength() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
-
- getLength() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
-
- getLength() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
-
- getLength() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getLength() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getLength() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getLength() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 length = 2;
- getLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
optional int64 length = 2;
- getLength() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
-
optional int64 length = 2;
- getLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 length = 3;
- getLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 length = 3;
- getLength() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 length = 3;
- getLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 length = 9;
- getLength() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 length = 9;
- getLength() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 length = 9;
- getLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 length = 2;
- getLength() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 length = 2;
- getLength() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 length = 2;
- getLength() - Method in class tachyon.thrift.BlockInfo
-
- getLength() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the length of the block being committed
- getLength() - Method in class tachyon.thrift.FileInfo
-
- getLength() - Method in interface tachyon.worker.block.io.BlockReader
-
Gets the length of the block in bytes.
- getLength() - Method in class tachyon.worker.block.io.LocalFileBlockReader
-
- getLength() - Method in class tachyon.worker.DataServerMessage
-
Gets the length of the message's requested or responded data.
- getLineage(long) - Method in class tachyon.master.lineage.meta.LineageStore
-
Gets the lineage.
- getLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineageBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional int64 lineage_id = 1;
- getLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
optional int64 lineage_id = 1;
- getLineageId() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
-
optional int64 lineage_id = 1;
- getLineageId() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
the lineage id
- getLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGeneratorBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGeneratorOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageIdGeneratorOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- getLineageInfoList(GetLineageInfoListOptions) - Method in class tachyon.client.lineage.AbstractLineageClient
-
- getLineageInfoList() - Method in class tachyon.client.lineage.LineageMasterClient
-
Retrieves the list of lineage information.
- getLineageInfoList() - Method in class tachyon.client.lineage.TachyonLineage
-
- getLineageInfoList() - Method in class tachyon.master.lineage.LineageMaster
-
- getLineageInfoList() - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
-
- getLineageInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient
-
- getLineageInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.LineageMasterClientService.AsyncIface
-
- getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
-
- getLineageInfoList() - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- getLineageInfoList() - Method in interface tachyon.thrift.LineageMasterClientService.Iface
-
Returns a list of existing lineages.
- getLineageInfoList() - Constructor for class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
-
- getLineageInfoList_args() - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- getLineageInfoList_args(LineageMasterClientService.getLineageInfoList_args) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
Performs a deep copy on other.
- getLineageInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.LineageMasterClientService.AsyncClient.getLineageInfoList_call
-
- getLineageInfoList_result() - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getLineageInfoList_result(List<LineageInfo>) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getLineageInfoList_result(LineageMasterClientService.getLineageInfoList_result) - Constructor for class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
Performs a deep copy on other.
- GetLineageInfoListOptions - Class in tachyon.client.lineage.options
-
The method option for retrieving a list of lineage information.
- getLineageOfOutputFile(long) - Method in class tachyon.master.lineage.meta.LineageStore
-
Gets the lineage that has the given output file.
- getLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineageOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineageOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- getLineagesToCheckpoint() - Method in class tachyon.master.lineage.checkpoint.CheckpointPlan
-
- getLineageStoreView() - Method in class tachyon.master.lineage.LineageMaster
-
- getLineageToRecompute() - Method in class tachyon.master.lineage.recompute.RecomputePlan
-
- getList() - Method in class tachyon.collections.PrefixList
-
Gets the list of prefixes.
- getList(String, String) - Method in class tachyon.conf.TachyonConf
-
Gets the value for the given key as a list.
- getLocalHostName(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets a local host name for the host this JVM is running on
- getLocalHostName(int) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets a local host name for the host this JVM is running on
- getLocalIpAddress(TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets a local IP address for the host this JVM is running on
- getLocalIpAddress(int) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets a local IP address for the host this JVM is running on
- getLocalPort() - Method in class tachyon.web.UIWebServer
-
Gets the actual port that the web server is listening on.
- getLocationPolicy() - Method in class tachyon.client.file.options.CreateFileOptions
-
- getLocationPolicy() - Method in class tachyon.client.file.options.InStreamOptions
-
- getLocationPolicy() - Method in class tachyon.client.file.options.OpenFileOptions
-
- getLocationPolicy() - Method in class tachyon.client.file.options.OutStreamOptions
-
- getLocations() - Method in class tachyon.thrift.BlockInfo
-
- getLocations() - Method in class tachyon.web.UIFileBlockInfo
-
- getLocationsIterator() - Method in class tachyon.thrift.BlockInfo
-
- getLocationsSize() - Method in class tachyon.thrift.BlockInfo
-
- getLockedBlocks() - Method in class tachyon.worker.block.BlockLockManager
-
Gets a set of currently locked blocks.
- getLockId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getLockId() - Method in class tachyon.thrift.LockBlockResult
-
- getLockId() - Method in class tachyon.worker.DataServerMessage
-
Gets the id of the block's locker.
- getLong(String) - Method in class tachyon.conf.TachyonConf
-
Gets the long representation of the value for the given key.
- getLostBlocks() - Method in class tachyon.master.block.BlockMaster
-
- getLostFiles() - Method in class tachyon.master.file.FileSystemMaster
-
- getLostFiles() - Method in class tachyon.master.file.meta.FileSystemMasterView
-
- getLostFiles(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
-
- getLostWorkersInfo() - Method in class tachyon.master.block.BlockMaster
-
Gets info about the lost workers.
- getMaster() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Gets the master which should be listening for RPC and Web requests.
- getMaster() - Method in class tachyon.master.LocalTachyonCluster
-
- getMaster() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- getMasterAddress() - Static method in class tachyon.client.ClientContext
-
- getMasterAddress() - Method in class tachyon.LeaderInquireClient
-
Gets the address of the master.
- getMasterAddress() - Method in class tachyon.master.TachyonMaster
-
- getMasterHostname() - Method in class tachyon.master.LocalTachyonCluster
-
- getMasterPort() - Method in class tachyon.master.LocalTachyonCluster
-
- getMasterSource() - Static method in class tachyon.master.MasterContext
-
Returns the one and only static
MasterSource object which is shared among all classes
within the master process.
- getMasterTachyonConf() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
- getMasterUri() - Method in class tachyon.master.LocalTachyonCluster
-
- getMaxSequenceNumber() - Static method in class tachyon.master.block.BlockId
-
- getMechanismName() - Method in class tachyon.security.authentication.PlainSaslServer
-
- getMechanismNames(Map<String, ?>) - Method in class tachyon.security.authentication.PlainSaslServerProvider.PlainSaslServerFactory
-
- getMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStoreBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStoreOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMergeStoreOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- getMessage(Object...) - Method in enum tachyon.exception.ExceptionMessage
-
Formats the message of the exception.
- getMessage() - Method in enum tachyon.network.protocol.RPCResponse.Status
-
Returns the message for the status.
- getMessage() - Method in exception tachyon.thrift.TachyonTException
-
- getMessage() - Method in exception tachyon.thrift.ThriftIOException
-
- getMetricRegistry() - Method in class tachyon.master.MasterSource
-
- getMetricRegistry() - Method in class tachyon.metrics.source.JvmSource
-
- getMetricRegistry() - Method in interface tachyon.metrics.source.Source
-
Gets the instance of the MetricRegistry.
- getMetricRegistry() - Method in class tachyon.worker.WorkerSource
-
- getMetrics() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
the client metrics
- getMetricsIterator() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- getMetricsSize() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- getModificationTime() - Method in class tachyon.web.UIFileInfo
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getModificationTimeMs(String) - Method in class tachyon.underfs.UnderFileSystem
-
Gets the UTC time of when the indicated path was modified recently in ms.
- getModified() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
-
- getMountPoint(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
-
Returns the mount point the given path is nested under.
- getName() - Method in class tachyon.client.file.URIStatus
-
For example for the uri: tachyon://host:1000/foo/bar/baz, baz is the name
- getName() - Method in class tachyon.LeaderSelectorClient
-
Gets the name of the leader.
- getName() - Method in class tachyon.master.block.BlockMaster
-
- getName() - Method in class tachyon.master.file.FileSystemMaster
-
- getName() - Method in class tachyon.master.file.meta.Inode
-
- getName() - Method in class tachyon.master.keyvalue.KeyValueMaster
-
- getName() - Method in class tachyon.master.lineage.LineageMaster
-
- getName() - Method in interface tachyon.master.Master
-
- getName() - Method in class tachyon.master.MasterSource
-
- getName() - Method in class tachyon.metrics.source.JvmSource
-
- getName() - Method in interface tachyon.metrics.source.Source
-
Gets the name of the Source.
- getName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- getName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string name = 3;
- getName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string name = 3;
- getName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- getName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string name = 3;
- getName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string name = 3;
- getName() - Method in class tachyon.security.User
-
- getName() - Method in class tachyon.TachyonURI
-
Get the final component of the TachyonURI.
- getName() - Method in class tachyon.thrift.FileInfo
-
- getName() - Method in class tachyon.web.UIFileInfo
-
- getName() - Method in class tachyon.worker.WorkerSource
-
- getNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- getNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string name = 3;
- getNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string name = 3;
- getNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- getNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string name = 3;
- getNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string name = 3;
- getNegotiatedProperty(String) - Method in class tachyon.security.authentication.PlainSaslServer
-
- getNetAddress() - Method in class tachyon.client.block.BlockWorkerInfo
-
- getNetAddress() - Method in class tachyon.worker.TachyonWorker
-
Gets this worker's
NetAddress, which is the worker's hostname, rpc
server port, data server port, and web server port.
- getNetAddress() - Static method in class tachyon.worker.WorkerContext
-
- getNettyOutput() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
-
Returns an object for writing to a netty channel.
- getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
-
- getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
-
- getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
-
- getNettyOutput() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
-
We would not support this method in DataNettyBuffer because this class is only for
reading netty buffers.
- getNewBlockId() - Method in class tachyon.master.file.meta.InodeFile
-
- getNewBlockIdForFile(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
-
- getNewBlockIdForFile(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
- getNewBlockIdForFile(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getNewBlockIdForFile(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- getNewBlockIdForFile(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
-
- getNewBlockIdForFile(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- getNewBlockIdForFile(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Generates a new block id for the given file.
- getNewBlockIdForFile() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
-
- getNewBlockIdForFile_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- getNewBlockIdForFile_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- getNewBlockIdForFile_args(FileSystemMasterClientService.getNewBlockIdForFile_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
Performs a deep copy on other.
- getNewBlockIdForFile_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call
-
- getNewBlockIdForFile_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- getNewBlockIdForFile_result(long, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- getNewBlockIdForFile_result(FileSystemMasterClientService.getNewBlockIdForFile_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
Performs a deep copy on other.
- getNewContainerId() - Method in class tachyon.master.block.BlockContainerIdGenerator
-
- getNewContainerId() - Method in class tachyon.master.block.BlockMaster
-
- getNewContainerId() - Method in interface tachyon.master.block.ContainerIdGenerable
-
- getNewReader() - Method in class tachyon.master.journal.ReadOnlyJournal
-
- getNewWriter() - Method in class tachyon.master.journal.ReadWriteJournal
-
- getNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
optional int64 next_container_id = 1;
- getNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
optional int64 next_container_id = 1;
- getNextContainerId() - Method in interface tachyon.proto.journal.Block.BlockContainerIdGeneratorEntryOrBuilder
-
optional int64 next_container_id = 1;
- getNextEntry() - Method in interface tachyon.master.journal.JournalInputStream
-
- getNextInputStream() - Method in class tachyon.master.journal.JournalReader
-
- getNextKeys(long, ByteBuffer, int) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
Gets a batch of keys next to the current key in the partition.
- getNextKeys(long, ByteBuffer, int, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
-
- getNextKeys(long, ByteBuffer, int, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
-
- getNextKeys() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
-
- getNextKeys(long, ByteBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- getNextKeys(long, ByteBuffer, int) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
-
Gets a batch of keys next to the given key in the partition.
- getNextKeys() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
-
- getNextKeys(long, ByteBuffer, int) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
-
- getNextKeys_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- getNextKeys_args(long, ByteBuffer, int) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- getNextKeys_args(KeyValueWorkerClientService.getNextKeys_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
Performs a deep copy on other.
- getNextKeys_call(long, ByteBuffer, int, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getNextKeys_call
-
- getNextKeys_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getNextKeys_result(List<ByteBuffer>, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getNextKeys_result(KeyValueWorkerClientService.getNextKeys_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
Performs a deep copy on other.
- getNextTier(StorageTierView) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Gets the next storage tier view.
- getNoneFsPermission() - Static method in class tachyon.security.authorization.FileSystemPermission
-
Gets the none permission for NOSASL authentication mode.
- getNumber() - Method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
-
- getNumberOfBlocks() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getNumberOfChildren() - Method in class tachyon.master.file.meta.InodeDirectory
-
- getNumberOfPaths() - Method in class tachyon.master.file.FileSystemMaster
-
- getNumberOfPinnedFiles() - Method in class tachyon.master.file.FileSystemMaster
-
- getNumKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
maximum number of keys to get
- getNumLocations() - Method in class tachyon.master.block.meta.MasterBlockInfo
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChgrpCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChmodCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChmodRecursiveCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChownCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ChownRecursiveCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.CopyFromLocalCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.CopyToLocalCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.CountCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.CreateLineageCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.DeleteLineageCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.GetCapacityBytesCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.GetUsedBytesCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.ListLineagesCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.LoadMetadataCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.MkdirCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.MountCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.MvCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.PersistCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.SetTtlCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.TouchCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.UnmountCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.UnsetTtlCommand
-
- getNumOfArgs() - Method in class tachyon.shell.command.WithWildCardPathCommand
-
- getOffset() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getOffset() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getOffset() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getOffset() - Method in class tachyon.thrift.FileBlockInfo
-
- getOffset() - Method in class tachyon.worker.DataServerMessage
-
Gets the offset of the message's data in the block.
- getOnTierPercentage(String) - Method in class tachyon.web.UIFileInfo
-
- getOperationTimeMs() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- getOperationTimeMs() - Method in class tachyon.master.file.options.CompleteFileOptions
-
- getOperationTimeMs() - Method in class tachyon.master.file.options.CreateDirectoryOptions
-
- getOperationTimeMs() - Method in class tachyon.master.file.options.CreateFileOptions
-
- getOperationTimeMs() - Method in class tachyon.master.file.options.SetAclOptions
-
- getOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 op_time_ms = 4;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 op_time_ms = 4;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 op_time_ms = 4;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional int64 op_time_ms = 3;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 op_time_ms = 2;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int64 op_time_ms = 2;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int64 op_time_ms = 2;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 op_time_ms = 2;
- getOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 op_time_ms = 2;
- getOpTimeMs() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 op_time_ms = 2;
- getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
the method options
- getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
the method options
- getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
the options for creating the file
- getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
the method options
- getOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
the method options
- getOrderedStorageAliases() - Method in class tachyon.StorageTierAssoc
-
- getOrdinal(String) - Method in class tachyon.StorageTierAssoc
-
- getOtherAction() - Method in class tachyon.security.authorization.FileSystemPermission
-
- getOutput() - Method in class tachyon.util.ShellUtils
-
- getOutputFile() - Method in class tachyon.thrift.JobConfInfo
-
- getOutputFileIds(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 output_file_ids = 3;
- getOutputFileIds(int) - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 output_file_ids = 3;
- getOutputFileIds(int) - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsCount() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsCount() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsList() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsList() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
repeated int64 output_file_ids = 3;
- getOutputFileIdsList() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
repeated int64 output_file_ids = 3;
- getOutputFilePath() - Method in class tachyon.job.JobConf
-
- getOutputFiles() - Method in class tachyon.master.lineage.meta.Lineage
-
- getOutputFiles() - Method in class tachyon.thrift.LineageInfo
-
- getOutputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the list of output files
- getOutputFilesIterator() - Method in class tachyon.thrift.LineageInfo
-
- getOutputFilesIterator() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- getOutputFilesSize() - Method in class tachyon.thrift.LineageInfo
-
- getOutputFilesSize() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- getOutStream(long, long, NetAddress) - Method in class tachyon.client.block.TachyonBlockStore
-
Gets a stream to write data to a block.
- getOwner() - Method in class tachyon.client.file.options.SetAclOptions
-
- getOwner() - Method in class tachyon.master.file.options.SetAclOptions
-
- getOwner() - Method in class tachyon.thrift.SetAclTOptions
-
- getParent() - Method in class tachyon.TachyonURI
-
Get the parent of this TachyonURI or null if at root.
- getParent(String) - Static method in class tachyon.util.io.PathUtils
-
Gets the parent of the file at a path.
- getParentDir() - Method in class tachyon.worker.block.meta.BlockMetaBase
-
- getParentId() - Method in class tachyon.master.file.meta.Inode
-
- getParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 parent_id = 2;
- getParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 parent_id = 2;
- getParentId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 parent_id = 2;
- getParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 parent_id = 2;
- getParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 parent_id = 2;
- getParentId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 parent_id = 2;
- getParents(T) - Method in class tachyon.collections.DirectedAcyclicGraph
-
Gets the payloads for the given nodes parents.
- getParents() - Method in class tachyon.collections.DirectedAcyclicGraphNode
-
Gets the parent nodes of the node.
- getParents(Lineage) - Method in class tachyon.master.lineage.meta.LineageStore
-
Gets all the parents of a given lineage
- getParents() - Method in class tachyon.thrift.LineageInfo
-
- getParentsIterator() - Method in class tachyon.thrift.LineageInfo
-
- getParentsSize() - Method in class tachyon.thrift.LineageInfo
-
- getParentTier() - Method in class tachyon.worker.block.meta.StorageDir
-
- getParentTierView() - Method in class tachyon.worker.block.meta.StorageDirView
-
- getParserForType() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getParserForType() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.RenameEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- getParserForType() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- getParserForType() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- getParserForType() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getParserForType() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getParserForType() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getParserForType() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getParserForType() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getParserForType() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getParserForType() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getParserForType() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getParticipants() - Method in class tachyon.LeaderSelectorClient
-
Gets the participants.
- getPartitionInfo(TachyonURI) - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
Gets a list of partitions of a given key-value store.
- getPartitionInfo(TachyonURI) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
Gets a list of partitions of a given key-value store.
- getPartitionInfo(String) - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
-
- getPartitionInfo(String, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient
-
- getPartitionInfo(String, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueMasterClientService.AsyncIface
-
- getPartitionInfo() - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
-
- getPartitionInfo(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- getPartitionInfo(String) - Method in interface tachyon.thrift.KeyValueMasterClientService.Iface
-
Gets the partition information for the key-value store at the given filesystem path.
- getPartitionInfo() - Constructor for class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
-
- getPartitionInfo_args() - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- getPartitionInfo_args(String) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- getPartitionInfo_args(KeyValueMasterClientService.getPartitionInfo_args) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
Performs a deep copy on other.
- getPartitionInfo_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueMasterClientService.AsyncClient.getPartitionInfo_call
-
- getPartitionInfo_result() - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getPartitionInfo_result(List<PartitionInfo>, TachyonTException) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getPartitionInfo_result(KeyValueMasterClientService.getPartitionInfo_result) - Constructor for class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
Performs a deep copy on other.
- getPath() - Method in class tachyon.client.file.URIStatus
-
For example, for the uri: tachyon://host:1000/foo/bar/baz, the path is /foo/bar/baz
- getPath(long) - Method in class tachyon.master.file.FileSystemMaster
-
Gets the path of a file with the given id.
- getPath(Inode) - Method in class tachyon.master.file.meta.InodeTree
-
- getPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- getPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional string path = 1;
- getPath() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional string path = 1;
- getPath() - Method in class tachyon.TachyonURI
-
Gets the path component of the TachyonURI.
- getPath() - Method in class tachyon.thrift.FileInfo
-
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
the path of the directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
the path of a file or directory
- getPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
the path of the file or directory
- getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
the path of the store
- getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
the path of the store
- getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
the path of the store
- getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
the path of the store
- getPath() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
the path of the store
- getPath() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
the path of the file
- getPath() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
the path of the file
- getPath() - Method in class tachyon.worker.block.meta.BlockMeta
-
- getPath() - Method in class tachyon.worker.block.meta.BlockMetaBase
-
- getPath() - Method in class tachyon.worker.block.meta.TempBlockMeta
-
- getPathBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- getPathBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional string path = 1;
- getPathBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional string path = 1;
- getPathComponents(String) - Static method in class tachyon.util.io.PathUtils
-
Gets the path components of the given path.
- getPathWithoutScheme(Path) - Static method in class tachyon.hadoop.Utils
-
Given a Path path, it returns the path component of its URI, which has the form
scheme://authority/path.
- getPayload() - Method in class tachyon.collections.DirectedAcyclicGraphNode
-
Gets the payload of the node.
- getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getPayloadDataBuffer() - Method in class tachyon.network.protocol.RPCMessage
-
Returns the data buffer of the payload.
- getPayloadReader() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- getPermission() - Method in class tachyon.client.file.options.SetAclOptions
-
- getPermission() - Method in class tachyon.client.file.URIStatus
-
- getPermission() - Method in class tachyon.master.file.meta.Inode
-
- getPermission() - Method in class tachyon.master.file.options.SetAclOptions
-
- getPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int32 permission = 10;
- getPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int32 permission = 10;
- getPermission() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int32 permission = 10;
- getPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int32 permission = 16;
- getPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int32 permission = 16;
- getPermission() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int32 permission = 16;
- getPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int32 permission = 5;
- getPermission() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int32 permission = 5;
- getPermission() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int32 permission = 5;
- getPermission() - Method in class tachyon.security.authorization.PermissionStatus
-
- getPermission() - Method in class tachyon.thrift.FileInfo
-
- getPermission() - Method in class tachyon.thrift.SetAclTOptions
-
- getPermission() - Method in class tachyon.web.UIFileInfo
-
- getPermissionStatus() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- getPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectoryBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectoryOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersistDirectoryOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- getPersisted() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- getPersisted() - Method in class tachyon.master.file.meta.InodeTree.CreatePathResult
-
- getPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool persisted = 5;
- getPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional bool persisted = 5;
- getPersisted() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional bool persisted = 5;
- getPersistedFiles() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
the list of persisted files
- getPersistedFiles() - Method in class tachyon.worker.file.FileDataManager
-
- getPersistedFilesIterator() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- getPersistedFilesSize() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- getPersistenceState() - Method in class tachyon.client.file.URIStatus
-
- getPersistenceState(long) - Method in class tachyon.master.file.FileSystemMaster
-
- getPersistenceState() - Method in class tachyon.master.file.meta.Inode
-
- getPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- getPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string persistence_state = 4;
- getPersistenceState() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string persistence_state = 4;
- getPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- getPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string persistence_state = 4;
- getPersistenceState() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string persistence_state = 4;
- getPersistenceState() - Method in class tachyon.thrift.FileInfo
-
- getPersistenceState() - Method in class tachyon.web.UIFileInfo
-
- getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string persistence_state = 4;
- getPersistenceStateBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string persistence_state = 4;
- getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- getPersistenceStateBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string persistence_state = 4;
- getPersistenceStateBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string persistence_state = 4;
- getPersistFiles() - Method in class tachyon.thrift.PersistCommandOptions
-
- getPersistFilesIterator() - Method in class tachyon.thrift.PersistCommandOptions
-
- getPersistFilesSize() - Method in class tachyon.thrift.PersistCommandOptions
-
- getPersistOptions() - Method in class tachyon.thrift.FileSystemCommandOptions
-
- getPinIdList() - Method in class tachyon.master.file.FileSystemMaster
-
- getPinIdList() - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
-
- getPinIdList(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
-
- getPinIdList(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
-
- getPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
-
- getPinIdList() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- getPinIdList() - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
-
Returns the set of pinned files.
- getPinIdList() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
-
- getPinIdList_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- getPinIdList_args(FileSystemMasterWorkerService.getPinIdList_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
Performs a deep copy on other.
- getPinIdList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getPinIdList_call
-
- getPinIdList_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getPinIdList_result(Set<Long>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getPinIdList_result(FileSystemMasterWorkerService.getPinIdList_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
Performs a deep copy on other.
- getPinIdSet() - Method in class tachyon.master.file.meta.InodeTree
-
- getPinList() - Method in class tachyon.worker.file.FileSystemMasterClient
-
- getPinned() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- getPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional bool pinned = 5;
- getPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional bool pinned = 5;
- getPinned() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional bool pinned = 5;
- getPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool pinned = 5;
- getPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool pinned = 5;
- getPinned() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool pinned = 5;
- getPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool pinned = 3;
- getPinned() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional bool pinned = 3;
- getPinned() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional bool pinned = 3;
- getPinnedSize() - Method in class tachyon.master.file.meta.InodeTree
-
- getPlainClientTransport(String, String, TTransport) - Static method in class tachyon.security.authentication.PlainSaslUtils
-
Gets a PLAIN mechanism transport for client side.
- getPlainServerTransportFactory(AuthType, TachyonConf) - Static method in class tachyon.security.authentication.PlainSaslUtils
-
For server side, get a PLAIN mechanism TTransportFactory.
- getPollDir() - Method in class tachyon.metrics.sink.CsvSink
-
Gets the directory where the CSV files are created.
- getPollPeriod() - Method in class tachyon.metrics.sink.ConsoleSink
-
Gets the polling period.
- getPollPeriod() - Method in class tachyon.metrics.sink.CsvSink
-
Gets the polling period.
- getPollPeriod() - Method in class tachyon.metrics.sink.GraphiteSink
-
Gets the polling period.
- getPollUnit() - Method in class tachyon.metrics.sink.ConsoleSink
-
Gets the polling time unit.
- getPollUnit() - Method in class tachyon.metrics.sink.CsvSink
-
Gets the polling time unit.
- getPollUnit() - Method in class tachyon.metrics.sink.GraphiteSink
-
Gets the polling time unit.
- getPort() - Method in class tachyon.TachyonURI
-
Gets the port of the TachyonURI.
- getPort(NetworkAddressUtils.ServiceType, TachyonConf) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets the port number on a given service type.
- getPort() - Method in interface tachyon.worker.DataServer
-
- getPort() - Method in class tachyon.worker.netty.NettyDataServer
-
- getPort() - Method in class tachyon.worker.nio.NIODataServer
-
- getPortKey() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Gets the key of service port
- getPos() - Method in class tachyon.hadoop.HdfsFileInputStream
-
- getPosition() - Method in class tachyon.client.block.BufferedBlockInStream
-
- getPrimaryGroupName(TachyonConf, String) - Static method in class tachyon.util.CommonUtils
-
- getProcess() - Method in class tachyon.util.ShellUtils
-
Gets the current sub-process executing the given command.
- getPropertyCategories() - Method in class tachyon.metrics.MetricsConfig
-
Gets the property categories, used by unit tests only.
- getRandomNonNegativeLong() - Static method in class tachyon.client.ClientUtils
-
- getReadOnlyByteBuffer() - Method in interface tachyon.network.protocol.databuffer.DataBuffer
-
Returns a
ByteBuffer for read-only access to the data.
- getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteArrayChannel
-
- getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataByteBuffer
-
- getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataFileChannel
-
- getReadOnlyByteBuffer() - Method in class tachyon.network.protocol.databuffer.DataNettyBuffer
-
- getReadOnlyData() - Method in class tachyon.worker.DataServerMessage
-
Gets the read only buffer of the message's data.
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class tachyon.client.keyvalue.hadoop.KeyValueInputFormat
-
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class tachyon.client.keyvalue.hadoop.KeyValueOutputFormat
-
- getRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional bool recursive = 2;
- getRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional bool recursive = 2;
- getRecursive() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional bool recursive = 2;
- getReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFileBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFileOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getReinitializeFileOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- getRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the list of removed block ids
- getRemovedBlockIdsIterator() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- getRemovedBlockIdsSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- getRemovedBlocks() - Method in class tachyon.worker.block.BlockHeartbeatReport
-
Gets the list of blocks removed from this worker in the heartbeat this report represents.
- getRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRename() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRename() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRenameBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRenameOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRenameOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getRenameOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- getReport() - Method in class tachyon.worker.block.BlockDataManager
-
Gets a report for the periodic heartbeat to master.
- getRequestBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the number of bytes requested
- getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getBlockInfo_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getCapacityBytes_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getUsedBytes_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient.getWorkerInfoList_call
-
- getResult(I, BlockMasterClientService.getBlockInfo_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
-
- getResult(I, BlockMasterClientService.getCapacityBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
-
- getResult(I, BlockMasterClientService.getUsedBytes_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
-
- getResult(I, BlockMasterClientService.getWorkerInfoList_args) - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
-
- getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.commitBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.getWorkerId_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.heartbeat_call
-
- getResult() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient.registerWorker_call
-
- getResult(I, BlockMasterWorkerService.commitBlock_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
-
- getResult(I, BlockMasterWorkerService.getWorkerId_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
-
- getResult(I, BlockMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
-
- getResult(I, BlockMasterWorkerService.registerWorker_args) - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.accessBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.asyncCheckpoint_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cacheBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.cancelBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.lockBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.promoteBlock_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestBlockLocation_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.requestSpace_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.sessionHeartbeat_call
-
- getResult() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient.unlockBlock_call
-
- getResult(I, BlockWorkerClientService.accessBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
-
- getResult(I, BlockWorkerClientService.asyncCheckpoint_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
-
- getResult(I, BlockWorkerClientService.cacheBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
-
- getResult(I, BlockWorkerClientService.cancelBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
-
- getResult(I, BlockWorkerClientService.lockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
-
- getResult(I, BlockWorkerClientService.promoteBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
-
- getResult(I, BlockWorkerClientService.requestBlockLocation_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
-
- getResult(I, BlockWorkerClientService.requestSpace_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
-
- getResult(I, BlockWorkerClientService.sessionHeartbeat_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
-
- getResult(I, BlockWorkerClientService.unlockBlock_args) - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.completeFile_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createDirectory_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.createFile_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.free_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getFileBlockInfoList_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getNewBlockIdForFile_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatus_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatusInternal_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getUfsAddress_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.listStatus_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.loadMetadata_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.mount_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.remove_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.rename_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAcl_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAttribute_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient.unmount_call
-
- getResult(I, FileSystemMasterClientService.completeFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
-
- getResult(I, FileSystemMasterClientService.createDirectory_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
-
- getResult(I, FileSystemMasterClientService.createFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
-
- getResult(I, FileSystemMasterClientService.free_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
-
- getResult(I, FileSystemMasterClientService.getFileBlockInfoList_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
-
- getResult(I, FileSystemMasterClientService.getNewBlockIdForFile_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
-
- getResult(I, FileSystemMasterClientService.getStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
-
- getResult(I, FileSystemMasterClientService.getStatusInternal_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
-
- getResult(I, FileSystemMasterClientService.getUfsAddress_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
-
- getResult(I, FileSystemMasterClientService.listStatus_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
-
- getResult(I, FileSystemMasterClientService.loadMetadata_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
-
- getResult(I, FileSystemMasterClientService.mount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
-
- getResult(I, FileSystemMasterClientService.remove_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
-
- getResult(I, FileSystemMasterClientService.rename_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
-
- getResult(I, FileSystemMasterClientService.scheduleAsyncPersist_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
-
- getResult(I, FileSystemMasterClientService.setAcl_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
-
- getResult(I, FileSystemMasterClientService.setAttribute_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
-
- getResult(I, FileSystemMasterClientService.unmount_args) - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getFileInfo_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.getPinIdList_call
-
- getResult() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.heartbeat_call
-
- getResult(I, FileSystemMasterWorkerService.getFileInfo_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
-
- getResult(I, FileSystemMasterWorkerService.getPinIdList_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
-
- getResult(I, FileSystemMasterWorkerService.heartbeat_args) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completePartition_call
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.completeStore_call
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.createStore_call
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.deleteStore_call
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.getPartitionInfo_call
-
- getResult() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncClient.mergeStore_call
-
- getResult(I, KeyValueMasterClientService.completePartition_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
-
- getResult(I, KeyValueMasterClientService.completeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
-
- getResult(I, KeyValueMasterClientService.createStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
-
- getResult(I, KeyValueMasterClientService.deleteStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
-
- getResult(I, KeyValueMasterClientService.getPartitionInfo_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
-
- getResult(I, KeyValueMasterClientService.mergeStore_args) - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
-
- getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.get_call
-
- getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getNextKeys_call
-
- getResult() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getSize_call
-
- getResult(I, KeyValueWorkerClientService.get_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
-
- getResult(I, KeyValueWorkerClientService.getNextKeys_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
-
- getResult(I, KeyValueWorkerClientService.getSize_args) - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
-
- getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.createLineage_call
-
- getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.deleteLineage_call
-
- getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.getLineageInfoList_call
-
- getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reinitializeFile_call
-
- getResult() - Method in class tachyon.thrift.LineageMasterClientService.AsyncClient.reportLostFile_call
-
- getResult(I, LineageMasterClientService.createLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
-
- getResult(I, LineageMasterClientService.deleteLineage_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
-
- getResult(I, LineageMasterClientService.getLineageInfoList_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
-
- getResult(I, LineageMasterClientService.reinitializeFile_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
-
- getResult(I, LineageMasterClientService.reportLostFile_args) - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
-
- getResult() - Method in class tachyon.thrift.TachyonService.AsyncClient.getServiceVersion_call
-
- getResult(I, TachyonService.getServiceVersion_args) - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
-
- getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
-
- getRetryCount() - Method in class tachyon.retry.CountingRetry
-
- getRetryCount() - Method in interface tachyon.retry.RetryPolicy
-
How many retries have been performed.
- getRetryCount() - Method in class tachyon.retry.SleepingRetry
-
- getRoot() - Method in class tachyon.master.file.meta.InodeTree
-
- getRootLineage() - Method in class tachyon.master.lineage.meta.LineageStoreView
-
- getRootLineages() - Method in class tachyon.master.lineage.meta.LineageStore
-
- getRoots() - Method in class tachyon.collections.DirectedAcyclicGraph
-
Gets the payloads of all the root nodes of the DAG
- getRPCBindHost() - Method in class tachyon.master.LocalTachyonMaster
-
Get the actual bind hostname on RPC service (used by unit test only).
- getRPCBindHost() - Method in class tachyon.master.TachyonMaster
-
- getRPCBindHost() - Method in class tachyon.worker.TachyonWorker
-
- getRPCLocalPort() - Method in class tachyon.master.LocalTachyonMaster
-
Get the actual port that the RPC service is listening on (used by unit test only)
- getRPCLocalPort() - Method in class tachyon.master.TachyonMaster
-
- getRPCLocalPort() - Method in class tachyon.worker.TachyonWorker
-
- getRpcPort() - Method in class tachyon.thrift.WorkerNetAddress
-
- getRpcPort() - Method in class tachyon.worker.NetAddress
-
- getRpcPortSocketAddress(NetAddress) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Extracts rpcPort InetSocketAddress from Tachyon representation of network address.
- getScheme() - Method in class tachyon.hadoop.TFS
-
- getScheme() - Method in class tachyon.hadoop.TFSFT
-
- getScheme() - Method in class tachyon.TachyonURI
-
Get the scheme of the TachyonURI.
- getSecond() - Method in class tachyon.collections.Pair
-
- getSequenceNumber(long) - Static method in class tachyon.master.block.BlockId
-
- getSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 sequence_number = 2;
- getSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
optional int64 sequence_number = 2;
- getSequenceNumber() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
-
optional int64 sequence_number = 2;
- getSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional int64 sequence_number = 1;
- getSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional int64 sequence_number = 1;
- getSequenceNumber() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional int64 sequence_number = 1;
- getSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
optional int64 sequence_number = 1;
- getSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
optional int64 sequence_number = 1;
- getSequenceNumber() - Method in interface tachyon.proto.journal.Lineage.LineageIdGeneratorEntryOrBuilder
-
optional int64 sequence_number = 1;
- getSerializedSize() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.RenameEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getSerializedSize() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getServer() - Method in class tachyon.web.UIWebServer
-
- getServerChannelClass(ChannelType) - Static method in class tachyon.util.network.NettyUtils
-
Returns the correct
ServerSocketChannel class based on
ChannelType.
- getServerTransportFactory(TachyonConf) - Static method in class tachyon.security.authentication.AuthenticationUtils
-
For server side, this method returns a TTransportFactory based on the auth type.
- getServiceName() - Method in class tachyon.client.block.BlockMasterClient
-
- getServiceName() - Method in class tachyon.client.file.FileSystemMasterClient
-
- getServiceName() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
- getServiceName() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
- getServiceName() - Method in class tachyon.client.lineage.LineageMasterClient
-
- getServiceName() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getServiceName() - Method in class tachyon.ClientBase
-
- getServiceName() - Method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Gets service name.
- getServiceName() - Method in class tachyon.worker.block.BlockMasterClient
-
- getServiceName() - Method in class tachyon.worker.file.FileSystemMasterClient
-
- getServices() - Method in class tachyon.master.block.BlockMaster
-
- getServices() - Method in class tachyon.master.file.FileSystemMaster
-
- getServices() - Method in class tachyon.master.keyvalue.KeyValueMaster
-
- getServices() - Method in class tachyon.master.lineage.LineageMaster
-
- getServices() - Method in interface tachyon.master.Master
-
- getServices() - Method in class tachyon.worker.block.BlockWorker
-
- getServices() - Method in class tachyon.worker.file.FileSystemWorker
- getServices() - Method in class tachyon.worker.keyvalue.KeyValueWorker
-
- getServices() - Method in interface tachyon.worker.Worker
-
- getServiceVersion() - Method in class tachyon.client.block.BlockMasterClient
-
- getServiceVersion() - Method in class tachyon.client.file.FileSystemMasterClient
-
- getServiceVersion() - Method in class tachyon.client.keyvalue.KeyValueMasterClient
-
- getServiceVersion() - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
- getServiceVersion() - Method in class tachyon.client.lineage.LineageMasterClient
-
- getServiceVersion() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getServiceVersion() - Method in class tachyon.ClientBase
-
- getServiceVersion() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
-
- getServiceVersion() - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
-
- getServiceVersion() - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getServiceVersion() - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
-
- getServiceVersion() - Method in class tachyon.master.keyvalue.KeyValueMasterClientServiceHandler
-
- getServiceVersion() - Method in class tachyon.master.lineage.LineageMasterClientServiceHandler
-
- getServiceVersion(AsyncMethodCallback) - Method in class tachyon.thrift.TachyonService.AsyncClient
-
- getServiceVersion(AsyncMethodCallback) - Method in interface tachyon.thrift.TachyonService.AsyncIface
-
- getServiceVersion() - Constructor for class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
-
- getServiceVersion() - Method in class tachyon.thrift.TachyonService.Client
-
- getServiceVersion() - Method in interface tachyon.thrift.TachyonService.Iface
-
Returns the version of the master service.
- getServiceVersion() - Constructor for class tachyon.thrift.TachyonService.Processor.getServiceVersion
-
- getServiceVersion() - Method in class tachyon.worker.block.BlockMasterClient
-
- getServiceVersion() - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
-
- getServiceVersion() - Method in class tachyon.worker.file.FileSystemMasterClient
-
- getServiceVersion() - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
-
- getServiceVersion_args() - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_args
-
- getServiceVersion_args(TachyonService.getServiceVersion_args) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_args
-
Performs a deep copy on other.
- getServiceVersion_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.TachyonService.AsyncClient.getServiceVersion_call
-
- getServiceVersion_result() - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
-
- getServiceVersion_result(long) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
-
- getServiceVersion_result(TachyonService.getServiceVersion_result) - Constructor for class tachyon.thrift.TachyonService.getServiceVersion_result
-
Performs a deep copy on other.
- getServletHandler() - Method in class tachyon.metrics.MetricsSystem
-
Gets the ServletContextHandler of the metrics servlet.
- getSessionId() - Method in class tachyon.client.worker.BlockWorkerClient
-
- getSessionId() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getSessionId() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getSessionId() - Method in class tachyon.SessionInfo
-
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
the id of the current session
- getSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
the id of the current session
- getSessionId() - Method in class tachyon.worker.block.meta.TempBlockMeta
-
- getSessionId() - Method in class tachyon.worker.DataServerMessage
-
Gets the sessionId of the worker making the request.
- getSessionTempBlocks(long) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets all the temporary blocks associated with a session, empty list is returned if the session
has no temporary blocks.
- getSessionTempBlocks(long) - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the temporary blocks associated with a session in this
StorageDir, an empty list
is returned if the session has no temporary blocks in this
StorageDir.
- getSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAcl() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAclBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAclOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAclOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetAclOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- getSetPermissionCommand(String, String) - Static method in class tachyon.util.ShellUtils
-
Returns a Unix command to set permission.
- getSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetState() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetStateBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetStateOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetStateOrBuilder() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSetStateOrBuilder() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- getSinks() - Method in class tachyon.metrics.MetricsSystem
-
Gets the sinks.
- getSize(long) - Method in class tachyon.client.keyvalue.KeyValueWorkerClient
-
- getSize() - Method in class tachyon.master.file.meta.InodeTree
-
- getSize(long, AsyncMethodCallback) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncClient
-
- getSize(long, AsyncMethodCallback) - Method in interface tachyon.thrift.KeyValueWorkerClientService.AsyncIface
-
- getSize() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
-
- getSize(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- getSize(long) - Method in interface tachyon.thrift.KeyValueWorkerClientService.Iface
-
Gets the number of key-value pairs in the partition.
- getSize() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
-
- getSize() - Method in class tachyon.web.UIFileInfo
-
- getSize(long) - Method in class tachyon.worker.keyvalue.KeyValueWorkerClientServiceHandler
-
- getSize_args() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- getSize_args(long) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- getSize_args(KeyValueWorkerClientService.getSize_args) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
Performs a deep copy on other.
- getSize_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.AsyncClient.getSize_call
-
- getSize_result() - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getSize_result(int, TachyonTException, ThriftIOException) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getSize_result(KeyValueWorkerClientService.getSize_result) - Constructor for class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
Performs a deep copy on other.
- getSizeFromBytes(long) - Static method in class tachyon.util.FormatUtils
-
Returns a human-readable version of bytes 10GB 2048KB etc.
- getSleepTime() - Method in class tachyon.retry.ExponentialBackoffRetry
-
- getSleepTime() - Method in class tachyon.retry.SleepingRetry
-
How long to sleep before the next retry is performed.
- getSleepUnit() - Method in class tachyon.retry.SleepingRetry
-
- getSources() - Method in class tachyon.metrics.MetricsSystem
-
Gets the sources.
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getSpace(String, UnderFileSystem.SpaceType) - Method in class tachyon.underfs.UnderFileSystem
-
Queries the under file system about the space of the indicated path (e.g., space left, space
used and etc).
- getSplits(JobConf, int) - Method in class tachyon.client.keyvalue.hadoop.KeyValueInputFormat
-
Returns each partition as a KeyValueInputSplit.
- getSrcLocation() - Method in class tachyon.worker.block.evictor.BlockTransferInfo
-
- getStartTime() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getStartTime() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
-
- getStarttimeMs() - Method in class tachyon.master.TachyonMaster
-
- getStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
-
- getState() - Method in class tachyon.thrift.WorkerInfo
-
- getState() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getStatus(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
-
- getStatus(TachyonURI, GetStatusOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- getStatus(TachyonURI) - Method in interface tachyon.client.file.FileSystem
-
- getStatus(TachyonURI, GetStatusOptions) - Method in interface tachyon.client.file.FileSystem
-
Gets the
URIStatus object that represents the metadata of a Tachyon path.
- getStatus(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
-
- getStatus(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getStatus() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getStatus() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getStatus() - Method in class tachyon.network.protocol.RPCErrorResponse
-
- getStatus(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- getStatus(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- getStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
-
- getStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- getStatus(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Returns the status of the file or directory.
- getStatus() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
-
- getStatus() - Method in class tachyon.worker.DataServerMessage
-
Gets the status of the response.
- getStatus_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- getStatus_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- getStatus_args(FileSystemMasterClientService.getStatus_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
Performs a deep copy on other.
- getStatus_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatus_call
-
- getStatus_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- getStatus_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- getStatus_result(FileSystemMasterClientService.getStatus_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
Performs a deep copy on other.
- getStatusInternal(long) - Method in class tachyon.client.file.FileSystemMasterClient
-
Internal API, only used by the WebUI of the servers.
- getStatusInternal(long) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getStatusInternal(long, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- getStatusInternal(long, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- getStatusInternal() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
-
- getStatusInternal(long) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- getStatusInternal(long) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Returns the status of the file or directory, only used internally by servers.
- getStatusInternal() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
-
- getStatusInternal_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- getStatusInternal_args(long) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- getStatusInternal_args(FileSystemMasterClientService.getStatusInternal_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
Performs a deep copy on other.
- getStatusInternal_call(long, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getStatusInternal_call
-
- getStatusInternal_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- getStatusInternal_result(FileInfo, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- getStatusInternal_result(FileSystemMasterClientService.getStatusInternal_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
Performs a deep copy on other.
- GetStatusOptions - Class in tachyon.client.file.options
-
Method options for getting the status of a path.
- getStorageDirs() - Method in class tachyon.worker.block.meta.StorageTier
-
- getStorageTierAlias() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getStorageTierAssoc() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getStorageTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the list of storage tiers
- getStorageTiersIterator() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getStorageTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional int64 store_id = 1;
- getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
optional int64 store_id = 1;
- getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompleteStoreEntryOrBuilder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
optional int64 store_id = 1;
- getStoreId() - Method in interface tachyon.proto.journal.KeyValue.CreateStoreEntryOrBuilder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
optional int64 store_id = 1;
- getStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
optional int64 store_id = 1;
- getStoreId() - Method in interface tachyon.proto.journal.KeyValue.DeleteStoreEntryOrBuilder
-
optional int64 store_id = 1;
- getStoreMeta() - Method in class tachyon.worker.block.BlockDataManager
-
Gets the metadata for the entire block store.
- getStructDesc() - Method in class tachyon.thrift.FileSystemCommandOptions
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- getSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- getSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- getSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- getSuccess() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getSuccess() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- getSuccess() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- getSuccessIterator() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- getSuccessIterator() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getSuccessIterator() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getSuccessIterator() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getSuccessIterator() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getSuccessSize() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- getSuccessSize() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- getSuccessSize() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- getSuccessSize() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- getSuccessSize() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- getSymbol() - Method in enum tachyon.security.authorization.FileSystemAction
-
- getTachyonBlockStore() - Method in enum tachyon.client.file.FileSystemContext
-
- getTachyonFileName(String) - Static method in class tachyon.hadoop.Utils
-
Given a String path, returns an equivalent Tachyon path.
- getTachyonHome() - Method in class tachyon.master.LocalTachyonCluster
-
- getTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
the path of tachyon mount point
- getTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
the path of the tachyon mount point
- getTachyonPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- getTachyonPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string tachyon_path = 1;
- getTachyonPathBytes() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- getTachyonPathBytes() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- getTachyonPathBytes() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
optional string tachyon_path = 1;
- getTachyonPathBytes() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- getTachyonStorageType() - Method in class tachyon.client.file.options.CreateFileOptions
-
- getTachyonStorageType() - Method in class tachyon.client.file.options.InStreamOptions
-
- getTachyonStorageType() - Method in class tachyon.client.file.options.OpenFileOptions
-
- getTachyonStorageType() - Method in class tachyon.client.file.options.OutStreamOptions
-
- getTachyonStorageType() - Method in enum tachyon.client.ReadType
-
- getTachyonStorageType() - Method in enum tachyon.client.WriteType
-
- getTachyonURIs(FileSystem, TachyonURI) - Static method in class tachyon.shell.TfsShellUtils
-
- getTempBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets the metadata of a temp block.
- getTempBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
-
Gets the
BlockMeta from this storage dir by its block id.
- getTempBlockWriterRemote(long, long) - Method in class tachyon.worker.block.BlockDataManager
-
- getThis() - Method in class tachyon.master.file.meta.Inode.Builder
-
Returns `this` so that the abstract class can use the fluent builder pattern.
- getThis() - Method in class tachyon.master.file.meta.InodeDirectory.Builder
-
- getThis() - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- getThreadName() - Method in class tachyon.heartbeat.ScheduledTimer
-
- getThreadNames() - Static method in class tachyon.heartbeat.HeartbeatScheduler
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockLocation._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.Command._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.CreateFileTOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.DependencyInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileBlockInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemCommand._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.JobConfInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.LockBlockResult._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.PartitionInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.PersistCommandOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.PersistFile._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.RpcOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.SetAclTOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.TachyonTException._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.ThriftIOException._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.WorkerInfo._Fields
-
- getThriftFieldId() - Method in enum tachyon.thrift.WorkerNetAddress._Fields
-
- getThriftPort(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Gets the port for the underline socket.
- getThriftSocket(TServerSocket) - Static method in class tachyon.util.network.NetworkAddressUtils
-
Extracts the port from the thrift socket.
- getTier(String) - Method in class tachyon.worker.block.BlockMetadataManager
-
- getTierAlias() - Method in class tachyon.master.block.meta.MasterBlockLocation
-
- getTierAlias() - Method in class tachyon.thrift.BlockLocation
-
- getTierAlias() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the alias of the target tier
- getTierAlias() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
-
- getTierAlias() - Method in class tachyon.worker.block.meta.StorageTier
-
- getTierOrdinal() - Method in class tachyon.worker.block.meta.StorageTier
-
- getTiers() - Method in class tachyon.worker.block.BlockMetadataManager
-
- getTiersBelow(String) - Method in class tachyon.worker.block.BlockMetadataManager
-
Gets the list of
StorageTier below the tier with the given tierAlias.
- getTierView(String) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
- getTierViewAlias() - Method in class tachyon.worker.block.meta.StorageTierView
-
- getTierViewOrdinal() - Method in class tachyon.worker.block.meta.StorageTierView
-
- getTierViews() - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Gets all tierViews under this managerView.
- getTierViewsBelow(String) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Gets all tierViews before certain tierView.
- getTimedOutSessions() - Method in class tachyon.Sessions
-
Gets the sessions that timed out.
- getTimerClass(String) - Static method in class tachyon.heartbeat.HeartbeatContext
-
- getToPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
the path of the store to be merged to
- getToRemoveBlocks() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 to_store_id = 2;
- getToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
optional int64 to_store_id = 2;
- getToStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
-
optional int64 to_store_id = 2;
- getTotalBytesOnTiers() - Method in class tachyon.master.block.BlockMaster
-
- getTotalBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of total bytes on each tier
- getTotalBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getTtl() - Method in class tachyon.client.file.options.CreateFileOptions
-
- getTtl() - Method in class tachyon.client.file.options.OutStreamOptions
-
- getTtl() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- getTtl() - Method in class tachyon.client.file.URIStatus
-
- getTtl() - Method in class tachyon.master.file.meta.InodeFile
-
- getTtl() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- getTtl() - Method in class tachyon.master.file.options.CreateFileOptions
-
- getTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 ttl = 13;
- getTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 ttl = 13;
- getTtl() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 ttl = 13;
- getTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 ttl = 3;
- getTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional int64 ttl = 3;
- getTtl() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional int64 ttl = 3;
- getTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 ttl = 4;
- getTtl() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 ttl = 4;
- getTtl() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 ttl = 4;
- getTtl() - Method in class tachyon.thrift.CreateFileTOptions
-
- getTtl() - Method in class tachyon.thrift.FileInfo
-
- getTtl() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
time to live
- getTtl() - Method in class tachyon.thrift.SetAttributeTOptions
-
- getTtlIntervalEndTimeMs() - Method in class tachyon.master.file.meta.TtlBucket
-
- getTtlIntervalMs() - Static method in class tachyon.master.file.meta.TtlBucket
-
- getTtlIntervalStartTimeMs() - Method in class tachyon.master.file.meta.TtlBucket
-
- getType() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- getType() - Method in class tachyon.network.protocol.RPCBlockReadResponse
-
- getType() - Method in class tachyon.network.protocol.RPCBlockWriteRequest
-
- getType() - Method in class tachyon.network.protocol.RPCBlockWriteResponse
-
- getType() - Method in class tachyon.network.protocol.RPCErrorResponse
-
- getType() - Method in class tachyon.network.protocol.RPCMessage
-
Returns the type of the message.
- getType() - Method in exception tachyon.thrift.TachyonTException
-
- getUfsAddress() - Method in class tachyon.client.file.FileSystemMasterClient
-
- getUfsAddress() - Method in class tachyon.master.file.FileSystemMaster
-
- getUfsAddress() - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- getUfsAddress(AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- getUfsAddress(AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
-
- getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- getUfsAddress() - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Returns the UFS address of the root mount point.
- getUfsAddress() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
-
- getUfsAddress_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- getUfsAddress_args(FileSystemMasterClientService.getUfsAddress_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
Performs a deep copy on other.
- getUfsAddress_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.getUfsAddress_call
-
- getUfsAddress_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- getUfsAddress_result(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- getUfsAddress_result(FileSystemMasterClientService.getUfsAddress_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
Performs a deep copy on other.
- getUfsLength() - Method in class tachyon.client.file.options.CompleteFileOptions
-
- getUfsLength() - Method in class tachyon.master.file.options.CompleteFileOptions
-
- getUfsLength() - Method in class tachyon.thrift.CompleteFileTOptions
-
- getUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
-
- getUfsLocationsIterator() - Method in class tachyon.thrift.FileBlockInfo
-
- getUfsLocationsSize() - Method in class tachyon.thrift.FileBlockInfo
-
- getUfsPath() - Method in class tachyon.client.file.URIStatus
-
- getUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- getUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string ufs_path = 2;
- getUfsPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string ufs_path = 2;
- getUfsPath() - Method in class tachyon.thrift.FileInfo
-
- getUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
the path of the under file system
- getUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
the path of the under file system
- getUfsPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- getUfsPathBytes() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string ufs_path = 2;
- getUfsPathBytes() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string ufs_path = 2;
- getUidAndGid() - Static method in class tachyon.fuse.TachyonFuseUtils
-
Retrieves the uid and primary gid of the user running Tachyon-FUSE.
- getUMask(TachyonConf) - Static method in class tachyon.security.authorization.FileSystemPermission
-
Gets the file/directory creation umask.
- getUnderFilesystemAddress() - Method in class tachyon.underfs.LocalFilesystemCluster
-
- getUnderFilesystemAddress() - Method in class tachyon.underfs.UnderFileSystemCluster
-
- getUnderFilesystemCluster(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystemCluster
-
- getUnderFSType() - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- getUnderFSType() - Method in class tachyon.underfs.UnderFileSystem
-
- getUnderStorageType() - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- getUnderStorageType() - Method in class tachyon.client.file.options.CreateFileOptions
-
- getUnderStorageType() - Method in class tachyon.client.file.options.OutStreamOptions
-
- getUnderStorageType() - Method in enum tachyon.client.WriteType
-
- getUnixGroups(String) - Static method in class tachyon.util.CommonUtils
-
Gets the current user's group list from Unix by running the command 'groups' NOTE.
- getUnknownFields() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.RenameEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- getUnknownFields() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- getUptime() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
-
- getUptimeClockTime() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getUri() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- getUri() - Method in class tachyon.master.LocalTachyonMaster
-
- getUsage() - Method in class tachyon.shell.command.CatCommand
-
- getUsage() - Method in class tachyon.shell.command.ChgrpCommand
-
- getUsage() - Method in class tachyon.shell.command.ChgrpRecursiveCommand
-
- getUsage() - Method in class tachyon.shell.command.ChmodCommand
-
- getUsage() - Method in class tachyon.shell.command.ChmodRecursiveCommand
-
- getUsage() - Method in class tachyon.shell.command.ChownCommand
-
- getUsage() - Method in class tachyon.shell.command.ChownRecursiveCommand
-
- getUsage() - Method in class tachyon.shell.command.CopyFromLocalCommand
-
- getUsage() - Method in class tachyon.shell.command.CopyToLocalCommand
-
- getUsage() - Method in class tachyon.shell.command.CountCommand
-
- getUsage() - Method in class tachyon.shell.command.CreateLineageCommand
-
- getUsage() - Method in class tachyon.shell.command.DeleteLineageCommand
-
- getUsage() - Method in class tachyon.shell.command.DuCommand
-
- getUsage() - Method in class tachyon.shell.command.FileInfoCommand
-
- getUsage() - Method in class tachyon.shell.command.FreeCommand
-
- getUsage() - Method in class tachyon.shell.command.GetCapacityBytesCommand
-
- getUsage() - Method in class tachyon.shell.command.GetUsedBytesCommand
-
- getUsage() - Method in class tachyon.shell.command.ListLineagesCommand
-
- getUsage() - Method in class tachyon.shell.command.LoadCommand
-
- getUsage() - Method in class tachyon.shell.command.LoadMetadataCommand
-
- getUsage() - Method in class tachyon.shell.command.LocationCommand
-
- getUsage() - Method in class tachyon.shell.command.LsCommand
-
- getUsage() - Method in class tachyon.shell.command.LsrCommand
-
- getUsage() - Method in class tachyon.shell.command.MkdirCommand
-
- getUsage() - Method in class tachyon.shell.command.MountCommand
-
- getUsage() - Method in class tachyon.shell.command.MvCommand
-
- getUsage() - Method in class tachyon.shell.command.PersistCommand
-
- getUsage() - Method in class tachyon.shell.command.PinCommand
-
- getUsage() - Method in class tachyon.shell.command.ReportCommand
-
- getUsage() - Method in class tachyon.shell.command.RmCommand
-
- getUsage() - Method in class tachyon.shell.command.RmrCommand
-
- getUsage() - Method in class tachyon.shell.command.SetTtlCommand
-
- getUsage() - Method in class tachyon.shell.command.TailCommand
-
- getUsage() - Method in interface tachyon.shell.command.TfsShellCommand
-
- getUsage() - Method in class tachyon.shell.command.TouchCommand
-
- getUsage() - Method in class tachyon.shell.command.UnmountCommand
-
- getUsage() - Method in class tachyon.shell.command.UnpinCommand
-
- getUsage() - Method in class tachyon.shell.command.UnsetTtlCommand
-
- getUsedBytes() - Method in class tachyon.client.block.BlockMasterClient
-
Gets the total amount of used space in bytes, on all the tiers of all the workers.
- getUsedBytes() - Method in class tachyon.client.block.BlockWorkerInfo
-
- getUsedBytes() - Method in class tachyon.client.block.TachyonBlockStore
-
Gets the used bytes of Tachyon's BlockStore.
- getUsedBytes() - Method in class tachyon.master.block.BlockMaster
-
- getUsedBytes() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
-
- getUsedBytes() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getUsedBytes(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
-
- getUsedBytes(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
-
- getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
-
- getUsedBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- getUsedBytes() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
-
Returns the used storage (in bytes).
- getUsedBytes() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
-
- getUsedBytes() - Method in class tachyon.thrift.WorkerInfo
-
- getUsedBytes() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIStorageDir
-
- getUsedBytes() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getUsedBytes_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- getUsedBytes_args(BlockMasterClientService.getUsedBytes_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
Performs a deep copy on other.
- getUsedBytes_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getUsedBytes_call
-
- getUsedBytes_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- getUsedBytes_result(long) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- getUsedBytes_result(BlockMasterClientService.getUsedBytes_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
Performs a deep copy on other.
- GetUsedBytesCommand - Class in tachyon.shell.command
-
- GetUsedBytesCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.GetUsedBytesCommand
-
Constructs a new instance to get the number of bytes used in the
FileSystem.
- getUsedBytesOnDirs() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the space used in bytes on the target tier
- getUsedBytesOnTiers() - Method in class tachyon.master.block.BlockMaster
-
- getUsedBytesOnTiers() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the map of space used in bytes on all tiers
- getUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of used bytes on each tier
- getUsedBytesOnTiers() - Method in class tachyon.worker.block.BlockStoreMeta
-
- getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- getUsedBytesOnTiersSize() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- getUsedCapacity() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getUsedMemory() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getUsedSpacePercent() - Method in class tachyon.web.WebInterfaceGeneralServlet.StorageTierInfo
-
- getUsedSpacePercent() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getUserAction() - Method in class tachyon.security.authorization.FileSystemPermission
-
- getUserName() - Method in class tachyon.client.file.URIStatus
-
- getUserName() - Method in class tachyon.master.file.meta.Inode
-
- getUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- getUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string user_name = 8;
- getUserName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string user_name = 8;
- getUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- getUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string user_name = 14;
- getUserName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string user_name = 14;
- getUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- getUserName() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string user_name = 3;
- getUserName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string user_name = 3;
- getUserName() - Method in class tachyon.security.authorization.PermissionStatus
-
- getUserName() - Method in class tachyon.thrift.FileInfo
-
- getUserName() - Method in class tachyon.web.UIFileInfo
-
- getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string user_name = 8;
- getUserNameBytes() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string user_name = 8;
- getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- getUserNameBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string user_name = 14;
- getUserNameBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string user_name = 14;
- getUserNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- getUserNameBytes() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string user_name = 3;
- getUserNameBytes() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string user_name = 3;
- getUserToGroupsMappingService() - Static method in class tachyon.security.group.GroupMappingService.Factory
-
Gets the groups being used to map user-to-groups.
- getUserToGroupsMappingService(TachyonConf) - Static method in class tachyon.security.group.GroupMappingService.Factory
-
Gets the groups being used to map user-to-groups.
- getValue() - Method in class tachyon.client.keyvalue.KeyValuePair
-
- getValue(int) - Method in interface tachyon.client.keyvalue.PayloadReader
-
Gets the value given the position of payload buffer.
- getValue() - Method in enum tachyon.client.ReadType
-
- getValue() - Method in enum tachyon.client.WriteType
-
- getValue() - Method in enum tachyon.thrift.CommandType
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- getValue() - Method in enum tachyon.underfs.UnderFileSystem.SpaceType
-
- getValue() - Method in enum tachyon.worker.block.BlockLockType
-
- getVolatileBlockMeta(long) - Method in class tachyon.worker.block.BlockDataManager
-
Gets the metadata of a block given its blockId or throws IOException.
- getVolatileBlockMeta(long) - Method in class tachyon.worker.block.TieredBlockStore
-
- getWebBindHost() - Method in class tachyon.master.LocalTachyonMaster
-
Get the actual bind hostname on web service (used by unit test only).
- getWebBindHost() - Method in class tachyon.master.TachyonMaster
-
- getWebBindHost() - Method in class tachyon.worker.TachyonWorker
-
- getWebLocalPort() - Method in class tachyon.master.LocalTachyonMaster
-
Get the actual port that the web service is listening on (used by unit test only)
- getWebLocalPort() - Method in class tachyon.master.TachyonMaster
-
- getWebLocalPort() - Method in class tachyon.worker.TachyonWorker
-
- getWebPort() - Method in class tachyon.thrift.WorkerNetAddress
-
- getWebPort() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- getWebPort() - Method in class tachyon.worker.NetAddress
-
- getWhiteList() - Method in class tachyon.master.file.FileSystemMaster
-
- getWorker() - Method in class tachyon.master.LocalTachyonCluster
-
- getWorkerAddress() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- getWorkerAddress() - Method in class tachyon.master.LocalTachyonCluster
-
- getWorkerAddress() - Method in class tachyon.thrift.BlockLocation
-
- getWorkerAddress() - Method in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
-
- getWorkerCount() - Method in class tachyon.master.block.BlockMaster
-
- getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in interface tachyon.client.file.policy.FileWriteLocationPolicy
-
Gets the worker's host name for the next block to write to.
- getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.LocalFirstPolicy
-
- getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.MostAvailableFirstPolicy
-
- getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.RoundRobinPolicy
-
The policy uses the first fetch of worker info list as the base, and visits each of them in a
round-robin manner in the subsequent calls.
- getWorkerForNextBlock(List<BlockWorkerInfo>, long) - Method in class tachyon.client.file.policy.SpecificHostPolicy
-
- getWorkerId(NetAddress) - Method in class tachyon.master.block.BlockMaster
-
Returns a worker id for the given worker.
- getWorkerId(WorkerNetAddress) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
-
- getWorkerId() - Method in class tachyon.master.block.meta.MasterBlockLocation
-
- getWorkerId() - Method in class tachyon.thrift.BlockLocation
-
- getWorkerId(WorkerNetAddress, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
-
- getWorkerId(WorkerNetAddress, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
-
- getWorkerId() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
-
- getWorkerId(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the id of the worker
- getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the id of the worker
- getWorkerId(WorkerNetAddress) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
-
Returns a worker id for the given network address.
- getWorkerId() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
-
- getWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the id of the worker
- getWorkerId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
the id of the worker
- getWorkerId() - Static method in class tachyon.worker.WorkerIdRegistry
-
- getWorkerId_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- getWorkerId_args(WorkerNetAddress) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- getWorkerId_args(BlockMasterWorkerService.getWorkerId_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
Performs a deep copy on other.
- getWorkerId_call(WorkerNetAddress, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.getWorkerId_call
-
- getWorkerId_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- getWorkerId_result(long) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- getWorkerId_result(BlockMasterWorkerService.getWorkerId_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
Performs a deep copy on other.
- getWorkerInfoList() - Method in class tachyon.client.block.BlockMasterClient
-
Gets the info of a list of workers.
- getWorkerInfoList() - Method in class tachyon.client.block.TachyonBlockStore
-
- getWorkerInfoList() - Method in class tachyon.master.block.BlockMaster
-
- getWorkerInfoList() - Method in class tachyon.master.block.BlockMasterClientServiceHandler
-
- getWorkerInfoList(AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterClientService.AsyncClient
-
- getWorkerInfoList(AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterClientService.AsyncIface
-
- getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
-
- getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- getWorkerInfoList() - Method in interface tachyon.thrift.BlockMasterClientService.Iface
-
Returns a list of workers information.
- getWorkerInfoList() - Constructor for class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
-
- getWorkerInfoList_args() - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- getWorkerInfoList_args(BlockMasterClientService.getWorkerInfoList_args) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
Performs a deep copy on other.
- getWorkerInfoList_call(AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterClientService.AsyncClient.getWorkerInfoList_call
-
- getWorkerInfoList_result() - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getWorkerInfoList_result(List<WorkerInfo>) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- getWorkerInfoList_result(BlockMasterClientService.getWorkerInfoList_result) - Constructor for class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
Performs a deep copy on other.
- getWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
the worker network address
- getWorkers() - Method in class tachyon.master.block.meta.MasterBlockInfo
-
- getWorkerServiceHandler() - Method in class tachyon.worker.block.BlockWorker
-
- getWorkerSource() - Static method in class tachyon.worker.WorkerContext
-
Returns the one and only static
WorkerSource object which is shared among all classes
within the worker process.
- getWorkerTachyonConf() - Method in class tachyon.master.LocalTachyonCluster
-
- GlusterFSUnderFileSystem - Class in tachyon.underfs.glusterfs
-
- GlusterFSUnderFileSystem(String, TachyonConf, Object) - Constructor for class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
-
- GlusterFSUnderFileSystemFactory - Class in tachyon.underfs.glusterfs
-
- GlusterFSUnderFileSystemFactory() - Constructor for class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
-
- GraphiteSink - Class in tachyon.metrics.sink
-
A sink which publishes metric values to a Graphite server.
- GraphiteSink(Properties, MetricRegistry) - Constructor for class tachyon.metrics.sink.GraphiteSink
-
- GreedyAllocator - Class in tachyon.worker.block.allocator
-
A greedy allocator that returns the first Storage dir fitting the size of block to allocate.
- GreedyAllocator(BlockMetadataManagerView) - Constructor for class tachyon.worker.block.allocator.GreedyAllocator
-
- GreedyEvictor - Class in tachyon.worker.block.evictor
-
A simple evictor that evicts arbitrary blocks until the required size is met.
- GreedyEvictor(BlockMetadataManagerView, Allocator) - Constructor for class tachyon.worker.block.evictor.GreedyEvictor
-
- group - Variable in class tachyon.thrift.SetAclTOptions
-
- GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
-
- GROUP_NAME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
-
- GroupMappingService - Interface in tachyon.security.group
-
Interface for Tachyon user-to-groups mapping.
- GroupMappingService.Factory - Class in tachyon.security.group
-
Factory for creating a new instance.
- groupName - Variable in class tachyon.thrift.FileInfo
-
- handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslServer.PlainServerCallbackHandler
-
- handle(Callback[]) - Method in class tachyon.security.authentication.PlainSaslUtils.PlainClientCallbackHandler
-
- handle(Callback[]) - Method in class tachyon.security.login.AppCallbackHandler
-
- handleCacheWriteException(IOException) - Method in class tachyon.client.file.FileOutStream
-
- hasAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- hasAddMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- hasAddMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- hasAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- hasAsyncPersistRequest() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- hasAsyncPersistRequest() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- hasAuthority() - Method in class tachyon.TachyonURI
-
Tells if the TachyonURI has authority or not.
- hasBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- hasBlockContainerIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- hasBlockContainerIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- hasBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 block_id = 1;
- hasBlockId() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
optional int64 block_id = 1;
- hasBlockId() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
-
optional int64 block_id = 1;
- hasBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 block_id = 4;
- hasBlockId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional int64 block_id = 4;
- hasBlockId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional int64 block_id = 4;
- hasBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- hasBlockInfo() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- hasBlockInfo() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- hasBlockMeta(long) - Method in class tachyon.worker.block.BlockDataManager
-
Checks if the storage has a given block.
- hasBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
-
Checks if the storage has a given block.
- hasBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
-
Checks if a block is in this storage dir.
- hasBlockMeta(long) - Method in class tachyon.worker.block.TieredBlockStore
-
- hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 block_size_bytes = 8;
- hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 block_size_bytes = 8;
- hasBlockSizeBytes() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 block_size_bytes = 8;
- hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 block_size_bytes = 2;
- hasBlockSizeBytes() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional int64 block_size_bytes = 2;
- hasBlockSizeBytes() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional int64 block_size_bytes = 2;
- hasCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool cacheable = 11;
- hasCacheable() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool cacheable = 11;
- hasCacheable() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool cacheable = 11;
- hasCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional bool cascade = 2;
- hasCascade() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
optional bool cascade = 2;
- hasCascade() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
-
optional bool cascade = 2;
- hasCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool completed = 10;
- hasCompleted() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool completed = 10;
- hasCompleted() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool completed = 10;
- hasCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- hasCompleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- hasCompleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- hasCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- hasCompletePartition() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- hasCompletePartition() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- hasCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- hasCompleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- hasCompleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- hasContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 container_id = 1;
- hasContainerId() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
optional int64 container_id = 1;
- hasContainerId() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
-
optional int64 container_id = 1;
- hasCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- hasCreateStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- hasCreateStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional int64 creation_time_ms = 6;
- hasCreationTimeMs() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional int64 creation_time_ms = 6;
- hasDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- hasDeleteFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- hasDeleteFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- hasDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- hasDeleteLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- hasDeleteLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- hasDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- hasDeleteMountPoint() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- hasDeleteMountPoint() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- hasDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- hasDeleteStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- hasDeleteStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- hasDstPath() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- hasDstPath() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional string dst_path = 2;
- hasDstPath() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional string dst_path = 2;
- hasFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
optional int64 file_id = 1;
- hasFileId() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
optional int64 file_id = 1;
- hasFileId() - Method in interface tachyon.proto.journal.File.AsyncPersistRequestEntryOrBuilder
-
optional int64 file_id = 1;
- hasFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 from_store_id = 1;
- hasFromStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
optional int64 from_store_id = 1;
- hasFromStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
-
optional int64 from_store_id = 1;
- hasGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- hasGroupName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string group_name = 9;
- hasGroupName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string group_name = 9;
- hasGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- hasGroupName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string group_name = 15;
- hasGroupName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string group_name = 15;
- hasGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- hasGroupName() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string group_name = 4;
- hasGroupName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string group_name = 4;
- hashCode() - Method in class tachyon.client.file.URIStatus
-
- hashCode() - Method in class tachyon.client.keyvalue.KeyValuePair
-
- hashCode() - Method in class tachyon.collections.Pair
-
- hashCode() - Method in class tachyon.conf.TachyonConf
-
- hashCode() - Method in class tachyon.master.file.meta.Inode
-
- hashCode() - Method in class tachyon.master.file.meta.InodeTree
-
- hashCode() - Method in class tachyon.master.file.meta.TtlBucket
-
- hashCode() - Method in class tachyon.security.authorization.FileSystemPermission
-
- hashCode() - Method in class tachyon.security.User
-
- hashCode() - Method in class tachyon.SessionInfo
-
- hashCode() - Method in class tachyon.TachyonURI
-
- hashCode() - Method in class tachyon.thrift.BlockInfo
-
- hashCode() - Method in class tachyon.thrift.BlockLocation
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- hashCode() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- hashCode() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- hashCode() - Method in class tachyon.thrift.Command
-
- hashCode() - Method in class tachyon.thrift.CommandLineJobInfo
-
- hashCode() - Method in class tachyon.thrift.CompleteFileTOptions
-
- hashCode() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- hashCode() - Method in class tachyon.thrift.CreateFileTOptions
-
- hashCode() - Method in class tachyon.thrift.DependencyInfo
-
- hashCode() - Method in class tachyon.thrift.FileBlockInfo
-
- hashCode() - Method in class tachyon.thrift.FileInfo
-
- hashCode() - Method in class tachyon.thrift.FileSystemCommand
-
- hashCode() - Method in class tachyon.thrift.FileSystemCommandOptions
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- hashCode() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- hashCode() - Method in class tachyon.thrift.JobConfInfo
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- hashCode() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- hashCode() - Method in class tachyon.thrift.LineageInfo
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- hashCode() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- hashCode() - Method in class tachyon.thrift.LockBlockResult
-
- hashCode() - Method in class tachyon.thrift.PartitionInfo
-
- hashCode() - Method in class tachyon.thrift.PersistCommandOptions
-
- hashCode() - Method in class tachyon.thrift.PersistFile
-
- hashCode() - Method in class tachyon.thrift.RpcOptions
-
- hashCode() - Method in class tachyon.thrift.SetAclTOptions
-
- hashCode() - Method in class tachyon.thrift.SetAttributeTOptions
-
- hashCode() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- hashCode() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- hashCode() - Method in exception tachyon.thrift.TachyonTException
-
- hashCode() - Method in exception tachyon.thrift.ThriftIOException
-
- hashCode() - Method in class tachyon.thrift.WorkerInfo
-
- hashCode() - Method in class tachyon.thrift.WorkerNetAddress
-
- hashCode() - Method in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo
-
- hashCode() - Method in class tachyon.worker.block.BlockStoreLocation
-
- hashCode() - Method in class tachyon.worker.NetAddress
-
- hasId() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 id = 2;
- hasId() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 id = 2;
- hasId() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 id = 2;
- hasId() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.PersistDirectoryEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 id = 1;
- hasId() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional int64 id = 1;
- hasId() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional int64 id = 1;
- hasInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- hasInodeDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- hasInodeDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- hasInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- hasInodeDirectoryIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- hasInodeDirectoryIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- hasInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- hasInodeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- hasInodeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- hasInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- hasInodeLastModificationTime() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- hasInodeLastModificationTime() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- hasJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- hasJobCommand() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_command = 4;
- hasJobCommand() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_command = 4;
- hasJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- hasJobOutputPath() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
optional string job_output_path = 5;
- hasJobOutputPath() - Method in interface tachyon.proto.journal.Lineage.LineageEntryOrBuilder
-
optional string job_output_path = 5;
- hasKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- hasKeyLimit() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_limit = 3;
- hasKeyLimit() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_limit = 3;
- hasKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- hasKeyStart() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional string key_start = 2;
- hasKeyStart() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional string key_start = 2;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 last_modification_time_ms = 7;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 last_modification_time_ms = 2;
- hasLastModificationTimeMs() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
optional int64 last_modification_time_ms = 2;
- hasLastModificationTimeMs() - Method in interface tachyon.proto.journal.File.InodeLastModificationTimeEntryOrBuilder
-
optional int64 last_modification_time_ms = 2;
- hasLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 length = 2;
- hasLength() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
optional int64 length = 2;
- hasLength() - Method in interface tachyon.proto.journal.Block.BlockInfoEntryOrBuilder
-
optional int64 length = 2;
- hasLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 length = 3;
- hasLength() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 length = 3;
- hasLength() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 length = 3;
- hasLength() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 length = 9;
- hasLength() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 length = 9;
- hasLength() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 length = 9;
- hasLength() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 length = 2;
- hasLength() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 length = 2;
- hasLength() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 length = 2;
- hasLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- hasLineage() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- hasLineage() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- hasLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional int64 lineage_id = 1;
- hasLineageId() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
optional int64 lineage_id = 1;
- hasLineageId() - Method in interface tachyon.proto.journal.Lineage.DeleteLineageEntryOrBuilder
-
optional int64 lineage_id = 1;
- hasLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- hasLineageIdGenerator() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- hasLineageIdGenerator() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- hasLocalWorker() - Method in enum tachyon.client.block.BlockStoreContext
-
Determines if a local worker was available during the initialization of the client.
- hasMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- hasMergeStore() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- hasMergeStore() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- hasName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- hasName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string name = 3;
- hasName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string name = 3;
- hasName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- hasName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string name = 3;
- hasName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string name = 3;
- hasNext() - Method in interface tachyon.client.keyvalue.KeyValueIterator
-
- hasNext() - Method in class tachyon.client.keyvalue.KeyValueStoreIterator
-
- hasNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
optional int64 next_container_id = 1;
- hasNextContainerId() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
optional int64 next_container_id = 1;
- hasNextContainerId() - Method in interface tachyon.proto.journal.Block.BlockContainerIdGeneratorEntryOrBuilder
-
optional int64 next_container_id = 1;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 op_time_ms = 4;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
optional int64 op_time_ms = 4;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.CompleteFileEntryOrBuilder
-
optional int64 op_time_ms = 4;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.PersistFileEntryOrBuilder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.RenameEntry
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.RenameEntryOrBuilder
-
optional int64 op_time_ms = 3;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 op_time_ms = 2;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int64 op_time_ms = 2;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int64 op_time_ms = 2;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 op_time_ms = 2;
- hasOpTimeMs() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 op_time_ms = 2;
- hasOpTimeMs() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 op_time_ms = 2;
- hasOutputFile(long) - Method in class tachyon.master.lineage.meta.LineageStore
-
Checks if there's an output file with given file id.
- hasParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 parent_id = 2;
- hasParentId() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int64 parent_id = 2;
- hasParentId() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int64 parent_id = 2;
- hasParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 parent_id = 2;
- hasParentId() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 parent_id = 2;
- hasParentId() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 parent_id = 2;
- hasPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- hasPath() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional string path = 1;
- hasPath() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional string path = 1;
- hasPayload() - Method in class tachyon.network.protocol.RPCMessage
-
Returns true if the message has a payload.
- hasPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int32 permission = 10;
- hasPermission() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional int32 permission = 10;
- hasPermission() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional int32 permission = 10;
- hasPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int32 permission = 16;
- hasPermission() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int32 permission = 16;
- hasPermission() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int32 permission = 16;
- hasPermission() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int32 permission = 5;
- hasPermission() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional int32 permission = 5;
- hasPermission() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional int32 permission = 5;
- hasPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- hasPersistDirectory() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- hasPersistDirectory() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- hasPersisted() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- hasPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool persisted = 5;
- hasPersisted() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional bool persisted = 5;
- hasPersisted() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional bool persisted = 5;
- hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string persistence_state = 4;
- hasPersistenceState() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string persistence_state = 4;
- hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- hasPersistenceState() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string persistence_state = 4;
- hasPersistenceState() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string persistence_state = 4;
- hasPinned() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- hasPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional bool pinned = 5;
- hasPinned() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional bool pinned = 5;
- hasPinned() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional bool pinned = 5;
- hasPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool pinned = 5;
- hasPinned() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional bool pinned = 5;
- hasPinned() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional bool pinned = 5;
- hasPinned() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool pinned = 3;
- hasPinned() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional bool pinned = 3;
- hasPinned() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional bool pinned = 3;
- hasPrefix(String, String) - Static method in class tachyon.util.io.PathUtils
-
Checks whether the given path contains the given prefix.
- hasRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional bool recursive = 2;
- hasRecursive() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
optional bool recursive = 2;
- hasRecursive() - Method in interface tachyon.proto.journal.File.DeleteFileEntryOrBuilder
-
optional bool recursive = 2;
- hasReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- hasReinitializeFile() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- hasReinitializeFile() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- hasRename() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- hasRename() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- hasRename() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- hasScheme() - Method in class tachyon.TachyonURI
-
Tells if this TachyonURI has scheme or not.
- hasSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 sequence_number = 2;
- hasSequenceNumber() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
optional int64 sequence_number = 2;
- hasSequenceNumber() - Method in interface tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntryOrBuilder
-
optional int64 sequence_number = 2;
- hasSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional int64 sequence_number = 1;
- hasSequenceNumber() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional int64 sequence_number = 1;
- hasSequenceNumber() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional int64 sequence_number = 1;
- hasSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
optional int64 sequence_number = 1;
- hasSequenceNumber() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
optional int64 sequence_number = 1;
- hasSequenceNumber() - Method in interface tachyon.proto.journal.Lineage.LineageIdGeneratorEntryOrBuilder
-
optional int64 sequence_number = 1;
- hasSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- hasSetAcl() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- hasSetAcl() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- hasSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- hasSetState() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- hasSetState() - Method in interface tachyon.proto.journal.Journal.JournalEntryOrBuilder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
optional int64 store_id = 1;
- hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompletePartitionEntryOrBuilder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
optional int64 store_id = 1;
- hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CompleteStoreEntryOrBuilder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
optional int64 store_id = 1;
- hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.CreateStoreEntryOrBuilder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
optional int64 store_id = 1;
- hasStoreId() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
optional int64 store_id = 1;
- hasStoreId() - Method in interface tachyon.proto.journal.KeyValue.DeleteStoreEntryOrBuilder
-
optional int64 store_id = 1;
- hasTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- hasTachyonPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string tachyon_path = 1;
- hasTachyonPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- hasTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- hasTachyonPath() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
optional string tachyon_path = 1;
- hasTachyonPath() - Method in interface tachyon.proto.journal.File.DeleteMountPointEntryOrBuilder
-
optional string tachyon_path = 1;
- hasTempBlockMeta(long) - Method in class tachyon.worker.block.BlockMetadataManager
-
Checks if the storage has a given temp block.
- hasTempBlockMeta(long) - Method in class tachyon.worker.block.meta.StorageDir
-
Checks if a temp block is in this storage dir.
- hasToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 to_store_id = 2;
- hasToStoreId() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
optional int64 to_store_id = 2;
- hasToStoreId() - Method in interface tachyon.proto.journal.KeyValue.MergeStoreEntryOrBuilder
-
optional int64 to_store_id = 2;
- hasTtl() - Method in class tachyon.client.file.options.SetAttributeOptions
-
- hasTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 ttl = 13;
- hasTtl() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional int64 ttl = 13;
- hasTtl() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional int64 ttl = 13;
- hasTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 ttl = 3;
- hasTtl() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
optional int64 ttl = 3;
- hasTtl() - Method in interface tachyon.proto.journal.File.ReinitializeFileEntryOrBuilder
-
optional int64 ttl = 3;
- hasTtl() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 ttl = 4;
- hasTtl() - Method in class tachyon.proto.journal.File.SetStateEntry
-
optional int64 ttl = 4;
- hasTtl() - Method in interface tachyon.proto.journal.File.SetStateEntryOrBuilder
-
optional int64 ttl = 4;
- hasUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- hasUfsPath() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
optional string ufs_path = 2;
- hasUfsPath() - Method in interface tachyon.proto.journal.File.AddMountPointEntryOrBuilder
-
optional string ufs_path = 2;
- hasUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- hasUserName() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
optional string user_name = 8;
- hasUserName() - Method in interface tachyon.proto.journal.File.InodeDirectoryEntryOrBuilder
-
optional string user_name = 8;
- hasUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- hasUserName() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
optional string user_name = 14;
- hasUserName() - Method in interface tachyon.proto.journal.File.InodeFileEntryOrBuilder
-
optional string user_name = 14;
- hasUserName() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- hasUserName() - Method in class tachyon.proto.journal.File.SetAclEntry
-
optional string user_name = 3;
- hasUserName() - Method in interface tachyon.proto.journal.File.SetAclEntryOrBuilder
-
optional string user_name = 3;
- hasWindowsDrive(String, boolean) - Static method in class tachyon.TachyonURI
-
Check if the path is a windows path.
- HdfsFileInputStream - Class in tachyon.hadoop
-
An input stream for reading a file from HDFS.
- HdfsFileInputStream(TachyonURI, Path, Configuration, int, FileSystem.Statistics) - Constructor for class tachyon.hadoop.HdfsFileInputStream
-
Constructs a new stream for reading a file from HDFS.
- HdfsUnderFileSystem - Class in tachyon.underfs.hdfs
-
- HdfsUnderFileSystem(String, TachyonConf, Object) - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- HdfsUnderFileSystemFactory - Class in tachyon.underfs.hdfs
-
- HdfsUnderFileSystemFactory() - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
-
- HdfsUnderFileSystemUtils - Class in tachyon.underfs.hdfs
-
- HdfsUnderFileSystemUtils() - Constructor for class tachyon.underfs.hdfs.HdfsUnderFileSystemUtils
-
- HdfsWorker(int, int, int, ByteBuffer, boolean, String) - Constructor for class tachyon.examples.Performance.HdfsWorker
-
- HEADER - Static variable in class tachyon.Constants
-
- HEADER_FT - Static variable in class tachyon.Constants
-
- HEADER_OSS - Static variable in class tachyon.Constants
-
- HEADER_S3 - Static variable in class tachyon.Constants
-
- HEADER_S3N - Static variable in class tachyon.Constants
-
- HEADER_SWIFT - Static variable in class tachyon.Constants
-
- heartbeat() - Method in interface tachyon.heartbeat.HeartbeatExecutor
-
Implements the heartbeat logic.
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.master.block.BlockMasterWorkerServiceHandler
-
- heartbeat(long, List<Long>) - Method in class tachyon.master.file.FileSystemMasterWorkerServiceHandler
-
- heartbeat() - Method in class tachyon.master.lineage.checkpoint.CheckpointSchedulingExcecutor
-
- heartbeat() - Method in class tachyon.master.lineage.recompute.RecomputeExecutor
-
- heartbeat() - Method in class tachyon.SessionInfo
-
Performs a session heartbeat.
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncClient
-
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockMasterWorkerService.AsyncIface
-
- heartbeat() - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
-
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in interface tachyon.thrift.BlockMasterWorkerService.Iface
-
Periodic worker heartbeat returns an optional command for the worker to execute.
- heartbeat() - Constructor for class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
-
- heartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient
-
- heartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.AsyncIface
-
- heartbeat() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
-
- heartbeat(long, List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- heartbeat(long, List<Long>) - Method in interface tachyon.thrift.FileSystemMasterWorkerService.Iface
-
Periodic file system worker heartbeat.
- heartbeat() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
-
- heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.worker.block.BlockMasterClient
-
The method the worker should periodically execute to heartbeat back to the master.
- heartbeat() - Method in class tachyon.worker.block.BlockMasterSync
-
Heartbeats to the master node about the change in the worker's managed space.
- heartbeat() - Method in class tachyon.worker.block.PinListSync
-
- heartbeat(long, List<Long>) - Method in class tachyon.worker.file.FileSystemMasterClient
-
Heartbeats to the worker.
- heartbeat_args() - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- heartbeat_args(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- heartbeat_args(BlockMasterWorkerService.heartbeat_args) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Performs a deep copy on other.
- heartbeat_args() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- heartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- heartbeat_args(FileSystemMasterWorkerService.heartbeat_args) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
Performs a deep copy on other.
- heartbeat_call(long, Map<String, Long>, List<Long>, Map<String, List<Long>>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockMasterWorkerService.AsyncClient.heartbeat_call
-
- heartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.AsyncClient.heartbeat_call
-
- heartbeat_result() - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- heartbeat_result(Command) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- heartbeat_result(BlockMasterWorkerService.heartbeat_result) - Constructor for class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
Performs a deep copy on other.
- heartbeat_result() - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- heartbeat_result(FileSystemCommand, TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- heartbeat_result(FileSystemMasterWorkerService.heartbeat_result) - Constructor for class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
Performs a deep copy on other.
- HeartbeatContext - Class in tachyon.heartbeat
-
This is a static class for storing and retrieving heartbeat related information.
- HeartbeatExecutor - Interface in tachyon.heartbeat
-
An interface for a heartbeat execution.
- HeartbeatScheduler - Class in tachyon.heartbeat
-
This class can be used for controlling heartbeat execution of a thread.
- HeartbeatThread - Class in tachyon.heartbeat
-
Thread class to execute a heartbeat periodically.
- HeartbeatThread(String, HeartbeatExecutor, long) - Constructor for class tachyon.heartbeat.HeartbeatThread
-
- HeartbeatTimer - Interface in tachyon.heartbeat
-
An interface for heartbeat timers.
- host - Variable in class tachyon.thrift.WorkerNetAddress
-
- HOUR_MS - Static variable in class tachyon.Constants
-
- IBM_JAVA - Static variable in class tachyon.util.OSUtils
-
Indicates the current java vendor is IBM java or not.
- id - Variable in class tachyon.thrift.LineageInfo
-
- id - Variable in class tachyon.thrift.WorkerInfo
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.CompleteFileEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.DeleteFileEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeFileEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.PersistFileEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.RenameEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetAclEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.SetStateEntry
-
- ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
-
- IdentityUserGroupsMapping - Class in tachyon.security.group.provider
-
A simple implementation of
GroupMappingService that returns a group which is same name
with the given user name.
- IdentityUserGroupsMapping() - Constructor for class tachyon.security.group.provider.IdentityUserGroupsMapping
-
- IdUtils - Class in tachyon.util
-
Utility methods for working with an id in Tachyon.
- imply(FileSystemAction) - Method in enum tachyon.security.authorization.FileSystemAction
-
Checks whether this action implies the passed-in action.
- IN_TEST_MODE - Static variable in class tachyon.Constants
-
- incBlocksAccessed(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of accessed blocks.
- incBlocksCanceled(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of canceled blocks.
- incBlocksDeleted(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of deleted blocks.
- incBlocksEvicted(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of evicted blocks.
- incBlocksPromoted(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of promoted blocks.
- incBlocksReadLocal(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BLOCKS_READ_LOCAL counter by the amount specified
- incBlocksReadLocal(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of blocks read locally.
- incBlocksReadRemote(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BLOCKS_READ_REMOTE counter by the amount specified
- incBlocksReadRemote(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of blocks read remotely.
- incBlocksWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BLOCKS_WRITTEN_LOCAL counter by the amount specified
- incBlocksWrittenLocal(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of blocks written locally.
- incBlocksWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BLOCKS_WRITTEN_REMOTE counter by the amount specified
- incBlocksWrittenRemote(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of blocks written remotely.
- incBytesReadLocal(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_READ_LOCAL counter by the amount specified
- incBytesReadLocal(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes read locally.
- incBytesReadRemote(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_READ_REMOTE counter by the amount specified
- incBytesReadRemote(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes read remotelly.
- incBytesReadUfs(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_READ_UFS counter by the amount specified
- incBytesReadUfs(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes read from UFS.
- incBytesWrittenLocal(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_WRITTEN_LOCAL counter by the amount specified
- incBytesWrittenLocal(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes written locally.
- incBytesWrittenRemote(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_WRITTEN_REMOTE counter by the amount specified
- incBytesWrittenRemote(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes written remotely.
- incBytesWrittenUfs(long) - Method in class tachyon.worker.ClientMetrics
-
Increment BYTES_WRITTEN_UFS counter by the amount specified
- incBytesWrittenUfs(long) - Method in class tachyon.worker.WorkerSource
-
Increments the counter of bytes written to UFS.
- incCompleteFileOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of complete file RPCs.
- incCreateDirectoriesOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of create directory RPCs.
- incCreateFileOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of create file RPCs.
- incDeletePathOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of delete path RPCs.
- incDirectoriesCreated(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of created directories.
- incFileBlockInfosGot(long) - Method in class tachyon.master.MasterSource
-
- incFileInfosGot(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of
FileInfos requests.
- incFilesCompleted(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of completed files.
- incFilesCreated(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of created files.
- incFilesFreed(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of freed files.
- incFilesPersisted(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of persisted files.
- incFreeFileOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of free file RPCs.
- incGetFileBlockInfoOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of get file block info RPCs.
- incGetFileInfoOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of get file info RPCs.
- incGetNewBlockOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of get new block RPCs.
- incMountOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of mount RPCs.
- incNewBlocksGot(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of new blocks requests.
- incPathsDeleted(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of deleted paths.
- incPathsMounted(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of mounted paths.
- incPathsRenamed(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of renamed paths.
- incPathsUnmounted(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of unmounted paths.
- incrementBytesReadMetric(int) - Method in class tachyon.client.block.BufferedBlockInStream
-
Increments the number of bytes read metric.
- incrementBytesReadMetric(int) - Method in class tachyon.client.block.LocalBlockInStream
-
- incrementBytesReadMetric(int) - Method in class tachyon.client.block.RemoteBlockInStream
-
Increments the number of bytes read metric.
- incRenamePathOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of rename path RPCs.
- incSetStateOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of set state RPCs.
- incUnmountOps(long) - Method in class tachyon.master.MasterSource
-
Increments the counter of unmount RPCs.
- Index - Interface in tachyon.client.keyvalue
-
Interface of key-value index.
- IndexedSet<T> - Class in tachyon.collections
-
A set of objects that are indexed and thus can be queried by specific fields of the object.
- IndexedSet(IndexedSet.FieldIndex<T>, IndexedSet.FieldIndex<T>...) - Constructor for class tachyon.collections.IndexedSet
-
Constructs a new
IndexedSet instance with at least one field as the index.
- IndexedSet.FieldIndex<T> - Interface in tachyon.collections
-
An interface representing an index for this
IndexedSet, each index for this set must
implement the interface to define how to get the value of the field chosen as the index.
- indexHash(byte[]) - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
Hashes a key in byte array to a bucket index in non-negative integer value.
- indexHash(ByteBuffer) - Method in class tachyon.client.keyvalue.LinearProbingIndex
-
Hashes a key in ByteBuffer to a bucket index in non-negative integer value.
- info - Variable in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
information about the partition to mark complete
- initChannel(SocketChannel) - Method in class tachyon.worker.netty.PipelineHandler
-
- initFromJournalEntry(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.master.file.meta.InodeDirectoryIdGenerator
-
Initializes the object using a journal entry.
- initFromJournalEntry(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.master.lineage.meta.LineageIdGenerator
-
Constructs the generator from a journal entry.
- initialBytes - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
initial number of bytes requested
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.AppLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class tachyon.security.login.TachyonLoginModule
-
- initializeFileSystem(boolean, String, String) - Static method in class tachyon.master.permission.FileSystemPermissionChecker
-
Initializes the permission related property of the whole Tachyon file system.
- initializeRoot(PermissionStatus) - Method in class tachyon.master.file.meta.InodeTree
-
Initializes the root of the inode tree.
- inList(String) - Method in class tachyon.collections.PrefixList
-
Checks whether a prefix of path is in the prefix list.
- inMemoryPercentage - Variable in class tachyon.thrift.FileInfo
-
- Inode - Class in tachyon.master.file.meta
-
Inode is an abstract class, with information shared by all types of Inodes.
- Inode(Inode.Builder<?>) - Constructor for class tachyon.master.file.meta.Inode
-
- Inode.Builder<T extends Inode.Builder<T>> - Class in tachyon.master.file.meta
-
- INODE_DIRECTORY_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- INODE_DIRECTORY_ID_GENERATOR_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- INODE_FILE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- INODE_LAST_MODIFICATION_TIME_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- INODE_TREE_UNINITIALIZED_IS_ROOT_ID - Static variable in class tachyon.exception.PreconditionMessage
-
- InodeDirectory - Class in tachyon.master.file.meta
-
Tachyon file system's directory representation in the file system master.
- InodeDirectory.Builder - Class in tachyon.master.file.meta
-
- InodeDirectoryIdGenerator - Class in tachyon.master.file.meta
-
Inode id management for directory inodes.
- InodeDirectoryIdGenerator(ContainerIdGenerable) - Constructor for class tachyon.master.file.meta.InodeDirectoryIdGenerator
-
- InodeFile - Class in tachyon.master.file.meta
-
Tachyon file system's file representation in the file system master.
- InodeFile.Builder - Class in tachyon.master.file.meta
-
- InodeTree - Class in tachyon.master.file.meta
-
Represents the tree of Inode's.
- InodeTree(ContainerIdGenerable, InodeDirectoryIdGenerator, MountTable) - Constructor for class tachyon.master.file.meta.InodeTree
-
- InodeTree.CreatePathResult - Class in tachyon.master.file.meta
-
Represents the results of creating a path in the inode tree.
- INPUT_FILES_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageEntry
-
- inputFiles - Variable in class tachyon.thrift.LineageInfo
-
- inputFiles - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the list of input files
- insert(byte[], byte[]) - Method in interface tachyon.client.keyvalue.PayloadWriter
-
Inserts a key and a value into the payload buffer, returns an offset indicating where the key
and value data is stored in payload buffer.
- insert(InodeFile) - Method in class tachyon.master.file.meta.TtlBucketList
-
Inserts an
InodeFile to the appropriate bucket where its ttl end time lies in the
bucket's interval, if no appropriate bucket exists, a new bucket will be created to contain
this file, if ttl value is
Constants.NO_TTL, the file won't be inserted to any buckets
and nothing will happen.
- InStreamOptions - Class in tachyon.client.file.options
-
Method option for reading a file.
- INTEGRATION_MASTER_RESOURCE_CPU - Static variable in class tachyon.Constants
-
- INTEGRATION_MASTER_RESOURCE_MEM - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_EXECUTOR_DEPENDENCY_PATH - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_JRE_PATH - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_JRE_URL - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_PRINCIPAL - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_ROLE - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_SECRET - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_TACHYON_MASTER_NAME - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_TACHYON_MASTER_NODE_COUNT - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_TACHYON_WORKER_NAME - Static variable in class tachyon.Constants
-
- INTEGRATION_MESOS_USER - Static variable in class tachyon.Constants
-
- INTEGRATION_WORKER_RESOURCE_CPU - Static variable in class tachyon.Constants
-
- INTEGRATION_WORKER_RESOURCE_MEM - Static variable in class tachyon.Constants
-
- INTEGRATION_YARN_WORKERS_PER_HOST_MAX - Static variable in class tachyon.Constants
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.RenameEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- internalGetFieldAccessorTable() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- INVALID_FILE_ID - Static variable in class tachyon.util.IdUtils
-
- INVALID_PERMISSION - Static variable in class tachyon.Constants
-
- INVALID_SET_ACL_OPTIONS - Static variable in class tachyon.exception.PreconditionMessage
-
- INVALID_WORKER_ID - Static variable in class tachyon.util.IdUtils
-
- INVALID_WORKER_ID - Static variable in class tachyon.worker.WorkerIdRegistry
-
The default value to initialize worker id, the worker id generated by master will never be the
same as this value.
- InvalidFileSizeException - Exception in tachyon.exception
-
The exception thrown when the file of a size is invalid.
- InvalidFileSizeException(String) - Constructor for exception tachyon.exception.InvalidFileSizeException
-
Constructs a new exception with the specified detail message.
- InvalidFileSizeException(String, Throwable) - Constructor for exception tachyon.exception.InvalidFileSizeException
-
Constructs a new exception with the specified detail message and cause.
- InvalidFileSizeException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidFileSizeException
-
Constructs a new exception with the specified exception message and multiple parameters.
- InvalidFileSizeException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidFileSizeException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- InvalidPathException - Exception in tachyon.exception
-
The exception thrown when the path in Tachyon is invalid.
- InvalidPathException(String) - Constructor for exception tachyon.exception.InvalidPathException
-
Constructs a new exception with the specified detail message.
- InvalidPathException(String, Throwable) - Constructor for exception tachyon.exception.InvalidPathException
-
Constructs a new exception with the specified detail message and cause.
- InvalidPathException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidPathException
-
Constructs a new exception with the specified exception message and multiple parameters.
- InvalidPathException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidPathException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- InvalidWorkerStateException - Exception in tachyon.exception
-
The exception thrown when a worker is in an invalid state, i.e.
- InvalidWorkerStateException(String) - Constructor for exception tachyon.exception.InvalidWorkerStateException
-
Constructs a new exception with the specified detail message.
- InvalidWorkerStateException(String, Throwable) - Constructor for exception tachyon.exception.InvalidWorkerStateException
-
Constructs a new exception with the specified detail message and cause.
- InvalidWorkerStateException(ExceptionMessage, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
-
Constructs a new exception with the specified exception message and multiple parameters.
- InvalidWorkerStateException(ExceptionMessage, Throwable, Object...) - Constructor for exception tachyon.exception.InvalidWorkerStateException
-
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
- io() - Method in class tachyon.examples.Performance.HdfsWorker
-
Creates IO utilization.
- ioe - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- ioe - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- ioe - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- ioe - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- ioe - Variable in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- ioe - Variable in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- ioe - Variable in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- ioe - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- ioe - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- is64Bit() - Static method in class tachyon.util.OSUtils
-
- isAbsolute() - Method in class tachyon.TachyonURI
-
Tells whether or not the TachyonURI is absolute.
- isAIX() - Static method in class tachyon.util.OSUtils
-
- isAllowExists() - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- isAllowExists() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- isAllowExists() - Method in class tachyon.master.file.options.CreateDirectoryOptions
-
- isAllowExists() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- isAsync() - Method in enum tachyon.client.WriteType
-
- isAsyncPersist() - Method in enum tachyon.client.UnderStorageType
-
- isAuthenticationEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
-
Checks if authentication is enabled.
- isAuthorizationEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
-
Checks if authorization is enabled.
- isBlockEvictable(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Tests if the block is evictable.
- isBlockLocked(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Tests if the block is locked.
- isBlockMarked(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Tests if the block is marked to move out of its current dir in this view.
- isBlockPinned(long) - Method in class tachyon.worker.block.BlockMetadataManagerView
-
Tests if the block is pinned.
- isCache() - Method in enum tachyon.client.ReadType
-
- isCache() - Method in enum tachyon.client.WriteType
-
- isCacheable() - Method in class tachyon.client.file.URIStatus
-
- isCacheable() - Method in class tachyon.master.file.meta.InodeFile
-
- isCacheable - Variable in class tachyon.thrift.FileInfo
-
- isCascade() - Method in class tachyon.client.lineage.options.DeleteLineageOptions
-
- isCascade() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
whether to delete the lineage in cascade
- isCheckUfs() - Method in class tachyon.client.file.options.ExistsOptions
-
- isCheckUfs() - Method in class tachyon.client.file.options.GetStatusOptions
-
- isCheckUfs() - Method in class tachyon.client.file.options.ListStatusOptions
-
- isClosed() - Method in interface tachyon.worker.DataServer
-
- isClosed() - Method in class tachyon.worker.netty.NettyDataServer
-
- isClosed() - Method in class tachyon.worker.nio.NIODataServer
-
- isComplete() - Method in class tachyon.security.authentication.PlainSaslServer
-
- isCompleted() - Method in class tachyon.client.file.URIStatus
-
- isCompleted() - Method in class tachyon.master.file.meta.InodeFile
-
- isCompleted(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
-
Checks if all the output files of the given lineage are completed.
- isCompleted - Variable in class tachyon.thrift.FileInfo
-
- isConnected() - Method in class tachyon.ClientBase
-
Returns the connected status of the client.
- isDeleted() - Method in class tachyon.master.file.meta.Inode
-
- isDirectory(long) - Method in class tachyon.master.file.FileSystemMaster
-
Whether the filesystem contains a directory with the id.
- isDirectory() - Method in class tachyon.master.file.meta.Inode
-
- isDirectory() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- isEmpty() - Method in class tachyon.master.lineage.checkpoint.CheckpointPlan
-
- isEmpty() - Method in class tachyon.master.lineage.recompute.RecomputePlan
-
- isEmpty() - Method in class tachyon.worker.block.evictor.EvictionPlan
-
Whether the plan is empty, an empty plan means both toMove and toEvict are empty, also, an
empty plan indicates no action (move or evict) needs to be taken to meet the requirement.
- isFile() - Method in class tachyon.master.file.meta.Inode
-
- isFile(String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- isFile(String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- isFile(String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- isFile(String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- isFile(String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- isFile(String) - Method in class tachyon.underfs.UnderFileSystem
-
Checks if the indicated path is a file or not.
- isFilePersisted(long) - Method in class tachyon.worker.file.FileDataManager
-
Checks if the given file is persisted.
- isFolder() - Method in class tachyon.client.file.URIStatus
-
- isFolder - Variable in class tachyon.thrift.FileInfo
-
- isHadoopUnderFS(String, TachyonConf) - Static method in class tachyon.underfs.UnderFileSystem
-
Determines if the given path is on a Hadoop under file system
To decide if a path should use the hadoop implementation, we check
String.startsWith(String) to see if the configured schemas are found.
- isInCheckpointing(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
-
- isInitialized() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry
-
- isInitialized() - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Block.BlockInfoEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.AddMountPointEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.CompleteFileEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.DeleteFileEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.DeleteMountPointEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeFileEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.PersistDirectoryEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.PersistFileEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.ReinitializeFileEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.RenameEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.SetAclEntry
-
- isInitialized() - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.File.SetStateEntry
-
- isInitialized() - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Journal.JournalEntry
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageEntry
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
- isInitialized() - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- isInTier(String) - Method in class tachyon.master.block.meta.MasterBlockInfo
-
- isInTier(String) - Method in class tachyon.web.UIFileBlockInfo
-
- isIsCacheable() - Method in class tachyon.thrift.FileInfo
-
- isIsCompleted() - Method in class tachyon.thrift.FileInfo
-
- isIsFolder() - Method in class tachyon.thrift.FileInfo
-
- isIsPersisted() - Method in class tachyon.thrift.FileInfo
-
- isIsPinned() - Method in class tachyon.thrift.FileInfo
-
- isLeader() - Method in class tachyon.LeaderSelectorClient
-
Checks if the client is the leader.
- isLineageEnabled(TachyonConf) - Static method in class tachyon.util.LineageUtils
-
Checks if lineage is enabled.
- isLocal() - Method in class tachyon.client.worker.BlockWorkerClient
-
- isMarkedToMoveOut(long) - Method in class tachyon.worker.block.meta.StorageDirView
-
Returns an indication whether the given block is marked to be moved out.
- isMessageReady() - Method in class tachyon.worker.DataServerMessage
-
- isMountPoint(TachyonURI) - Method in class tachyon.master.file.meta.MountTable
-
Returns in indication of whether the given path is a mount point.
- isMustCache() - Method in enum tachyon.client.WriteType
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getBlockInfo
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getCapacityBytes
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getUsedBytes
-
- isOneway() - Method in class tachyon.thrift.BlockMasterClientService.Processor.getWorkerInfoList
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.commitBlock
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.getWorkerId
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.heartbeat
-
- isOneway() - Method in class tachyon.thrift.BlockMasterWorkerService.Processor.registerWorker
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.accessBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.asyncCheckpoint
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cacheBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.cancelBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.lockBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.promoteBlock
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestBlockLocation
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.requestSpace
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
-
- isOneway() - Method in class tachyon.thrift.BlockWorkerClientService.Processor.unlockBlock
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.completeFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createDirectory
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.createFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.free
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getFileBlockInfoList
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getNewBlockIdForFile
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatus
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getStatusInternal
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.getUfsAddress
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.listStatus
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.loadMetadata
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.mount
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.remove
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.rename
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterClientService.Processor.unmount
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getFileInfo
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.getPinIdList
-
- isOneway() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Processor.heartbeat
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completePartition
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.completeStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.createStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.deleteStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.getPartitionInfo
-
- isOneway() - Method in class tachyon.thrift.KeyValueMasterClientService.Processor.mergeStore
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.get
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getNextKeys
-
- isOneway() - Method in class tachyon.thrift.KeyValueWorkerClientService.Processor.getSize
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.createLineage
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.deleteLineage
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.getLineageInfoList
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reinitializeFile
-
- isOneway() - Method in class tachyon.thrift.LineageMasterClientService.Processor.reportLostFile
-
- isOneway() - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
-
- isOneway() - Method in class tachyon.thrift.TachyonService.Processor.getServiceVersion
-
- isPathAbsolute() - Method in class tachyon.TachyonURI
-
Tells whether or not the path component of the TachyonURI is absolute.
- isPersisted() - Method in class tachyon.client.file.URIStatus
-
- isPersisted() - Method in class tachyon.master.file.meta.Inode
-
- isPersisted() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- isPersisted() - Method in class tachyon.master.file.options.CreateDirectoryOptions
-
- isPersisted() - Method in class tachyon.master.file.options.CreateFileOptions
-
- isPersisted(Lineage, FileSystemMasterView) - Static method in class tachyon.master.lineage.meta.LineageStateUtils
-
- isPersisted() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- isPersisted() - Method in class tachyon.thrift.CreateFileTOptions
-
- isPersisted - Variable in class tachyon.thrift.FileInfo
-
- isPersisted() - Method in class tachyon.thrift.SetAttributeTOptions
-
- isPinned() - Method in class tachyon.client.file.URIStatus
-
- isPinned() - Method in class tachyon.master.file.meta.Inode
-
- isPinned - Variable in class tachyon.thrift.FileInfo
-
- isPinned() - Method in class tachyon.thrift.SetAttributeTOptions
-
- isPinned() - Method in class tachyon.web.UIFileInfo
-
- isPlainSaslProviderAdded() - Static method in class tachyon.security.authentication.PlainSaslUtils
-
- isPromote() - Method in enum tachyon.client.ReadType
-
- isPromote() - Method in enum tachyon.client.TachyonStorageType
-
- isRecursive() - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- isRecursive() - Method in class tachyon.client.file.options.CreateFileOptions
-
- isRecursive() - Method in class tachyon.client.file.options.DeleteOptions
-
- isRecursive() - Method in class tachyon.client.file.options.FreeOptions
-
- isRecursive() - Method in class tachyon.client.file.options.LoadMetadataOptions
-
- isRecursive() - Method in class tachyon.client.file.options.SetAclOptions
-
- isRecursive() - Method in class tachyon.master.file.meta.options.CreatePathOptions
-
- isRecursive() - Method in class tachyon.master.file.options.CreateDirectoryOptions
-
- isRecursive() - Method in class tachyon.master.file.options.CreateFileOptions
-
- isRecursive() - Method in class tachyon.master.file.options.SetAclOptions
-
- isRecursive() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- isRecursive() - Method in class tachyon.thrift.CreateFileTOptions
-
- isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
whether to free recursively
- isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
whether to load meta data recursively
- isRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
whether to remove recursively
- isRecursive() - Method in class tachyon.thrift.SetAclTOptions
-
- isRegistered() - Method in class tachyon.master.block.meta.MasterWorkerInfo
-
- isRoot(T) - Method in class tachyon.collections.DirectedAcyclicGraph
-
Checks if a given payload is in a root of the DAG.
- isRoot() - Method in class tachyon.TachyonURI
-
Tells whether or not the TachyonURI is root.
- isRoot(String) - Static method in class tachyon.util.io.PathUtils
-
Checks if the given path is the root.
- isRootId(long) - Method in class tachyon.master.file.meta.InodeTree
-
- isSecurityEnabled(TachyonConf) - Static method in class tachyon.util.SecurityUtils
-
Checks if security is enabled.
- isServing() - Method in class tachyon.master.LocalTachyonMaster
-
- isServing(String, int) - Static method in class tachyon.util.network.NetworkAddressUtils
-
- isSet(BlockInfo._Fields) - Method in class tachyon.thrift.BlockInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockLocation._Fields) - Method in class tachyon.thrift.BlockLocation
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getBlockInfo_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getBlockInfo_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getCapacityBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getCapacityBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getUsedBytes_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getUsedBytes_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getWorkerInfoList_args._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterClientService.getWorkerInfoList_result._Fields) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.commitBlock_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.commitBlock_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.getWorkerId_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.getWorkerId_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.registerWorker_args._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockMasterWorkerService.registerWorker_result._Fields) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.accessBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.accessBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.asyncCheckpoint_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.asyncCheckpoint_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.cacheBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.cacheBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.cancelBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.cancelBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.lockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.lockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.promoteBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.promoteBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.requestBlockLocation_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.requestBlockLocation_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.requestSpace_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.requestSpace_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.sessionHeartbeat_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.sessionHeartbeat_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.unlockBlock_args._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BlockWorkerClientService.unlockBlock_result._Fields) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(Command._Fields) - Method in class tachyon.thrift.Command
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(CommandLineJobInfo._Fields) - Method in class tachyon.thrift.CommandLineJobInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(CompleteFileTOptions._Fields) - Method in class tachyon.thrift.CompleteFileTOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(CreateDirectoryTOptions._Fields) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(CreateFileTOptions._Fields) - Method in class tachyon.thrift.CreateFileTOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DependencyInfo._Fields) - Method in class tachyon.thrift.DependencyInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileBlockInfo._Fields) - Method in class tachyon.thrift.FileBlockInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileInfo._Fields) - Method in class tachyon.thrift.FileInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemCommand._Fields) - Method in class tachyon.thrift.FileSystemCommand
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.completeFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.completeFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.createDirectory_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.createDirectory_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.createFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.createFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.free_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.free_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getFileBlockInfoList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getFileBlockInfoList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getStatusInternal_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getStatusInternal_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getUfsAddress_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.getUfsAddress_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.listStatus_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.listStatus_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.loadMetadata_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.loadMetadata_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.mount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.mount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.remove_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.remove_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.rename_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.rename_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.setAcl_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.setAcl_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.setAttribute_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.setAttribute_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.unmount_args._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterClientService.unmount_result._Fields) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.getFileInfo_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.getFileInfo_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.getPinIdList_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.getPinIdList_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.heartbeat_args._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileSystemMasterWorkerService.heartbeat_result._Fields) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(JobConfInfo._Fields) - Method in class tachyon.thrift.JobConfInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.completePartition_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.completePartition_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.completeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.completeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.createStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.createStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.deleteStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.deleteStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.getPartitionInfo_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.getPartitionInfo_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.mergeStore_args._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueMasterClientService.mergeStore_result._Fields) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.get_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.get_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.getNextKeys_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.getNextKeys_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.getSize_args._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(KeyValueWorkerClientService.getSize_result._Fields) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageInfo._Fields) - Method in class tachyon.thrift.LineageInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.createLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.createLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.deleteLineage_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.deleteLineage_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.getLineageInfoList_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.getLineageInfoList_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.reinitializeFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.reinitializeFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.reportLostFile_args._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LineageMasterClientService.reportLostFile_result._Fields) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(LockBlockResult._Fields) - Method in class tachyon.thrift.LockBlockResult
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(PartitionInfo._Fields) - Method in class tachyon.thrift.PartitionInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(PersistCommandOptions._Fields) - Method in class tachyon.thrift.PersistCommandOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(PersistFile._Fields) - Method in class tachyon.thrift.PersistFile
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(RpcOptions._Fields) - Method in class tachyon.thrift.RpcOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(SetAclTOptions._Fields) - Method in class tachyon.thrift.SetAclTOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(SetAttributeTOptions._Fields) - Method in class tachyon.thrift.SetAttributeTOptions
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TachyonService.getServiceVersion_args._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TachyonService.getServiceVersion_result._Fields) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TachyonTException._Fields) - Method in exception tachyon.thrift.TachyonTException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(ThriftIOException._Fields) - Method in exception tachyon.thrift.ThriftIOException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(WorkerInfo._Fields) - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(WorkerNetAddress._Fields) - Method in class tachyon.thrift.WorkerNetAddress
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSetAddedBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Returns true if field addedBlocksOnTiers is set (has been assigned a value) and false otherwise
- isSetAddress() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field address is set (has been assigned a value) and false otherwise
- isSetAllowExists() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
Returns true if field allowExists is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockInfo
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockId() - Method in class tachyon.thrift.PartitionInfo
-
Returns true if field blockId is set (has been assigned a value) and false otherwise
- isSetBlockIds() - Method in class tachyon.thrift.FileInfo
-
Returns true if field blockIds is set (has been assigned a value) and false otherwise
- isSetBlockIds() - Method in class tachyon.thrift.PersistFile
-
Returns true if field blockIds is set (has been assigned a value) and false otherwise
- isSetBlockInfo() - Method in class tachyon.thrift.FileBlockInfo
-
Returns true if field blockInfo is set (has been assigned a value) and false otherwise
- isSetBlockPath() - Method in class tachyon.thrift.LockBlockResult
-
Returns true if field blockPath is set (has been assigned a value) and false otherwise
- isSetBlockSizeBytes() - Method in class tachyon.thrift.CreateFileTOptions
-
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
- isSetBlockSizeBytes() - Method in class tachyon.thrift.FileInfo
-
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
- isSetBlockSizeBytes() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
Returns true if field blockSizeBytes is set (has been assigned a value) and false otherwise
- isSetCapacityBytes() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field capacityBytes is set (has been assigned a value) and false otherwise
- isSetCascade() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
Returns true if field cascade is set (has been assigned a value) and false otherwise
- isSetChildren() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field children is set (has been assigned a value) and false otherwise
- isSetCommand() - Method in class tachyon.thrift.CommandLineJobInfo
-
Returns true if field command is set (has been assigned a value) and false otherwise
- isSetCommandOptions() - Method in class tachyon.thrift.FileSystemCommand
-
Returns true if field commandOptions is set (has been assigned a value) and false otherwise
- isSetCommandType() - Method in class tachyon.thrift.Command
-
Returns true if field commandType is set (has been assigned a value) and false otherwise
- isSetCommandType() - Method in class tachyon.thrift.FileSystemCommand
-
Returns true if field commandType is set (has been assigned a value) and false otherwise
- isSetConf() - Method in class tachyon.thrift.CommandLineJobInfo
-
Returns true if field conf is set (has been assigned a value) and false otherwise
- isSetCreationTimeMs() - Method in class tachyon.thrift.FileInfo
-
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
- isSetCreationTimeMs() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field creationTimeMs is set (has been assigned a value) and false otherwise
- isSetCurrentBlocksOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field currentBlocksOnTiers is set (has been assigned a value) and false otherwise
- isSetData() - Method in class tachyon.thrift.Command
-
Returns true if field data is set (has been assigned a value) and false otherwise
- isSetDataPort() - Method in class tachyon.thrift.WorkerNetAddress
-
Returns true if field dataPort is set (has been assigned a value) and false otherwise
- isSetDstPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
Returns true if field dstPath is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetFileId() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
Returns true if field fileId is set (has been assigned a value) and false otherwise
- isSetFileId() - Method in class tachyon.thrift.FileInfo
-
Returns true if field fileId is set (has been assigned a value) and false otherwise
- isSetFileId() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
Returns true if field fileId is set (has been assigned a value) and false otherwise
- isSetFileId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
Returns true if field fileId is set (has been assigned a value) and false otherwise
- isSetFileId() - Method in class tachyon.thrift.PersistFile
-
Returns true if field fileId is set (has been assigned a value) and false otherwise
- isSetFromPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
Returns true if field fromPath is set (has been assigned a value) and false otherwise
- isSetGroup() - Method in class tachyon.thrift.SetAclTOptions
-
Returns true if field group is set (has been assigned a value) and false otherwise
- isSetGroupName() - Method in class tachyon.thrift.FileInfo
-
Returns true if field groupName is set (has been assigned a value) and false otherwise
- isSetHost() - Method in class tachyon.thrift.WorkerNetAddress
-
Returns true if field host is set (has been assigned a value) and false otherwise
- isSetId() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field id is set (has been assigned a value) and false otherwise
- isSetId() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field id is set (has been assigned a value) and false otherwise
- isSetInfo() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
Returns true if field info is set (has been assigned a value) and false otherwise
- isSetInitialBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
Returns true if field initialBytes is set (has been assigned a value) and false otherwise
- isSetInMemoryPercentage() - Method in class tachyon.thrift.FileInfo
-
Returns true if field inMemoryPercentage is set (has been assigned a value) and false otherwise
- isSetInputFiles() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
- isSetInputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIoe() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
Returns true if field ioe is set (has been assigned a value) and false otherwise
- isSetIsCacheable() - Method in class tachyon.thrift.FileInfo
-
Returns true if field isCacheable is set (has been assigned a value) and false otherwise
- isSetIsCompleted() - Method in class tachyon.thrift.FileInfo
-
Returns true if field isCompleted is set (has been assigned a value) and false otherwise
- isSetIsFolder() - Method in class tachyon.thrift.FileInfo
-
Returns true if field isFolder is set (has been assigned a value) and false otherwise
- isSetIsPersisted() - Method in class tachyon.thrift.FileInfo
-
Returns true if field isPersisted is set (has been assigned a value) and false otherwise
- isSetIsPinned() - Method in class tachyon.thrift.FileInfo
-
Returns true if field isPinned is set (has been assigned a value) and false otherwise
- isSetJob() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field job is set (has been assigned a value) and false otherwise
- isSetJob() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
Returns true if field job is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKey() - Method in class tachyon.thrift.RpcOptions
-
Returns true if field key is set (has been assigned a value) and false otherwise
- isSetKeyLimit() - Method in class tachyon.thrift.PartitionInfo
-
Returns true if field keyLimit is set (has been assigned a value) and false otherwise
- isSetKeyStart() - Method in class tachyon.thrift.PartitionInfo
-
Returns true if field keyStart is set (has been assigned a value) and false otherwise
- isSetLastContactSec() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field lastContactSec is set (has been assigned a value) and false otherwise
- isSetLastModificationTimeMs() - Method in class tachyon.thrift.FileInfo
-
Returns true if field lastModificationTimeMs is set (has been assigned a value) and false otherwise
- isSetLength() - Method in class tachyon.thrift.BlockInfo
-
Returns true if field length is set (has been assigned a value) and false otherwise
- isSetLength() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field length is set (has been assigned a value) and false otherwise
- isSetLength() - Method in class tachyon.thrift.FileInfo
-
Returns true if field length is set (has been assigned a value) and false otherwise
- isSetLineageId() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
Returns true if field lineageId is set (has been assigned a value) and false otherwise
- isSetLocations() - Method in class tachyon.thrift.BlockInfo
-
Returns true if field locations is set (has been assigned a value) and false otherwise
- isSetLockId() - Method in class tachyon.thrift.LockBlockResult
-
Returns true if field lockId is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in exception tachyon.thrift.TachyonTException
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in exception tachyon.thrift.ThriftIOException
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetMetrics() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
Returns true if field metrics is set (has been assigned a value) and false otherwise
- isSetName() - Method in class tachyon.thrift.FileInfo
-
Returns true if field name is set (has been assigned a value) and false otherwise
- isSetNumKeys() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
Returns true if field numKeys is set (has been assigned a value) and false otherwise
- isSetOffset() - Method in class tachyon.thrift.FileBlockInfo
-
Returns true if field offset is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOptions() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
Returns true if field options is set (has been assigned a value) and false otherwise
- isSetOutputFile() - Method in class tachyon.thrift.JobConfInfo
-
Returns true if field outputFile is set (has been assigned a value) and false otherwise
- isSetOutputFiles() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
- isSetOutputFiles() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
Returns true if field outputFiles is set (has been assigned a value) and false otherwise
- isSetOwner() - Method in class tachyon.thrift.SetAclTOptions
-
Returns true if field owner is set (has been assigned a value) and false otherwise
- isSetParents() - Method in class tachyon.thrift.LineageInfo
-
Returns true if field parents is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileInfo
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPath() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
Returns true if field path is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class tachyon.thrift.FileInfo
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPermission() - Method in class tachyon.thrift.SetAclTOptions
-
Returns true if field permission is set (has been assigned a value) and false otherwise
- isSetPersisted() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
Returns true if field persisted is set (has been assigned a value) and false otherwise
- isSetPersisted() - Method in class tachyon.thrift.CreateFileTOptions
-
Returns true if field persisted is set (has been assigned a value) and false otherwise
- isSetPersisted() - Method in class tachyon.thrift.SetAttributeTOptions
-
Returns true if field persisted is set (has been assigned a value) and false otherwise
- isSetPersistedFiles() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
Returns true if field persistedFiles is set (has been assigned a value) and false otherwise
- isSetPersistenceState() - Method in class tachyon.thrift.FileInfo
-
Returns true if field persistenceState is set (has been assigned a value) and false otherwise
- isSetPersistFiles() - Method in class tachyon.thrift.PersistCommandOptions
-
Returns true if field persistFiles is set (has been assigned a value) and false otherwise
- isSetPersistOptions() - Method in class tachyon.thrift.FileSystemCommandOptions
-
- isSetPinned() - Method in class tachyon.thrift.SetAttributeTOptions
-
Returns true if field pinned is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.CreateFileTOptions
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRecursive() - Method in class tachyon.thrift.SetAclTOptions
-
Returns true if field recursive is set (has been assigned a value) and false otherwise
- isSetRemovedBlockIds() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Returns true if field removedBlockIds is set (has been assigned a value) and false otherwise
- isSetRequestBytes() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
Returns true if field requestBytes is set (has been assigned a value) and false otherwise
- isSetRpcPort() - Method in class tachyon.thrift.WorkerNetAddress
-
Returns true if field rpcPort is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetSessionId() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
Returns true if field sessionId is set (has been assigned a value) and false otherwise
- isSetStartTimeMs() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field startTimeMs is set (has been assigned a value) and false otherwise
- isSetState() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field state is set (has been assigned a value) and false otherwise
- isSetStorageTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field storageTiers is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
- isSetTachyonPath() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
Returns true if field tachyonPath is set (has been assigned a value) and false otherwise
- isSetTierAlias() - Method in class tachyon.thrift.BlockLocation
-
Returns true if field tierAlias is set (has been assigned a value) and false otherwise
- isSetTierAlias() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field tierAlias is set (has been assigned a value) and false otherwise
- isSetToPath() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
Returns true if field toPath is set (has been assigned a value) and false otherwise
- isSetTotalBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field totalBytesOnTiers is set (has been assigned a value) and false otherwise
- isSetTtl() - Method in class tachyon.thrift.CreateFileTOptions
-
Returns true if field ttl is set (has been assigned a value) and false otherwise
- isSetTtl() - Method in class tachyon.thrift.FileInfo
-
Returns true if field ttl is set (has been assigned a value) and false otherwise
- isSetTtl() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
Returns true if field ttl is set (has been assigned a value) and false otherwise
- isSetTtl() - Method in class tachyon.thrift.SetAttributeTOptions
-
Returns true if field ttl is set (has been assigned a value) and false otherwise
- isSetType() - Method in exception tachyon.thrift.TachyonTException
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetUfsLength() - Method in class tachyon.thrift.CompleteFileTOptions
-
Returns true if field ufsLength is set (has been assigned a value) and false otherwise
- isSetUfsLocations() - Method in class tachyon.thrift.FileBlockInfo
-
Returns true if field ufsLocations is set (has been assigned a value) and false otherwise
- isSetUfsPath() - Method in class tachyon.thrift.FileInfo
-
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
- isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
- isSetUfsPath() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
- isSetUsedBytes() - Method in class tachyon.thrift.WorkerInfo
-
Returns true if field usedBytes is set (has been assigned a value) and false otherwise
- isSetUsedBytesOnTier() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field usedBytesOnTier is set (has been assigned a value) and false otherwise
- isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
- isSetUsedBytesOnTiers() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field usedBytesOnTiers is set (has been assigned a value) and false otherwise
- isSetUserName() - Method in class tachyon.thrift.FileInfo
-
Returns true if field userName is set (has been assigned a value) and false otherwise
- isSetWebPort() - Method in class tachyon.thrift.WorkerNetAddress
-
Returns true if field webPort is set (has been assigned a value) and false otherwise
- isSetWorkerAddress() - Method in class tachyon.thrift.BlockLocation
-
Returns true if field workerAddress is set (has been assigned a value) and false otherwise
- isSetWorkerId() - Method in class tachyon.thrift.BlockLocation
-
Returns true if field workerId is set (has been assigned a value) and false otherwise
- isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
Returns true if field workerId is set (has been assigned a value) and false otherwise
- isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
Returns true if field workerId is set (has been assigned a value) and false otherwise
- isSetWorkerId() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
Returns true if field workerId is set (has been assigned a value) and false otherwise
- isSetWorkerId() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
Returns true if field workerId is set (has been assigned a value) and false otherwise
- isSetWorkerNetAddress() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
Returns true if field workerNetAddress is set (has been assigned a value) and false otherwise
- isStarted() - Method in class tachyon.underfs.LocalFilesystemCluster
-
- isStarted() - Method in class tachyon.underfs.UnderFileSystemCluster
-
Check if the cluster started.
- isStore() - Method in enum tachyon.client.TachyonStorageType
-
- isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- isSuccess() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- isSuccess() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- isSyncPersist() - Method in enum tachyon.client.UnderStorageType
-
- isThrough() - Method in enum tachyon.client.WriteType
-
- isValid() - Method in class tachyon.master.file.options.SetAclOptions
-
Checks whether the instance of
SetAclOptions is valid,
which means at least one of three attributes (owner, group, permission) takes effect.
- isValid() - Method in class tachyon.master.journal.JournalReader
-
Checks to see if the journal checkpoint has not been updated.
- isValid() - Method in class tachyon.master.journal.JournalTailer
-
- isWindows() - Static method in class tachyon.util.OSUtils
-
- isZookeeperMode() - Method in class tachyon.hadoop.TFS
-
- isZookeeperMode() - Method in class tachyon.hadoop.TFSFT
-
- iterator() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- iterator() - Method in interface tachyon.client.keyvalue.KeyValueIterable
-
- iterator() - Method in class tachyon.collections.IndexedSet
-
Returns an iterator over the elements in this set.
- S3_ACCESS_KEY - Static variable in class tachyon.Constants
-
- S3_BUCKET_MUST_BE_SET - Static variable in class tachyon.exception.PreconditionMessage
-
- S3_SECRET_KEY - Static variable in class tachyon.Constants
-
- S3InputStream - Class in tachyon.underfs.s3
-
A stream for reading a file from S3.
- S3OutputStream - Class in tachyon.underfs.s3
-
A stream for writing a file into S3.
- S3OutputStream(String, String, S3Service) - Constructor for class tachyon.underfs.s3.S3OutputStream
-
Constructs a new stream for writing a file.
- S3UnderFileSystem - Class in tachyon.underfs.s3
-
- S3UnderFileSystem(String, TachyonConf) - Constructor for class tachyon.underfs.s3.S3UnderFileSystem
-
- S3UnderFileSystemFactory - Class in tachyon.underfs.s3
-
- S3UnderFileSystemFactory() - Constructor for class tachyon.underfs.s3.S3UnderFileSystemFactory
-
- schedule(String) - Static method in class tachyon.heartbeat.HeartbeatScheduler
-
Schedules execution of a heartbeat for the given thread.
- schedule() - Method in class tachyon.heartbeat.ScheduledTimer
-
Schedules execution of the heartbeat.
- scheduleAsyncPersist() - Method in class tachyon.client.file.FileOutStream
-
Schedules the async persistence of the current file.
- scheduleAsyncPersist(TachyonURI) - Method in class tachyon.client.file.FileSystemMasterClient
-
Schedules the async persistence of the given file.
- scheduleAsyncPersist() - Method in class tachyon.client.lineage.LineageFileOutStream
-
- scheduleAsyncPersist(String) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- scheduleAsyncPersist(String, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- scheduleAsyncPersist(String, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- scheduleAsyncPersist() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
-
- scheduleAsyncPersist(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- scheduleAsyncPersist(String) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Schedules async persistence.
- scheduleAsyncPersist() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.scheduleAsyncPersist
-
- scheduleAsyncPersist_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- scheduleAsyncPersist_args(String) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- scheduleAsyncPersist_args(FileSystemMasterClientService.scheduleAsyncPersist_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
Performs a deep copy on other.
- scheduleAsyncPersist_call(String, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.scheduleAsyncPersist_call
-
- scheduleAsyncPersist_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- scheduleAsyncPersist_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- scheduleAsyncPersist_result(FileSystemMasterClientService.scheduleAsyncPersist_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
Performs a deep copy on other.
- scheduleAsyncPersistence(TachyonURI) - Method in class tachyon.master.file.FileSystemMaster
-
Schedules a file for async persistence.
- SCHEDULED_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
-
- ScheduledTimer - Class in tachyon.heartbeat
-
This class can be used for controlling heartbeat execution of threads.
- ScheduledTimer(String, long) - Constructor for class tachyon.heartbeat.ScheduledTimer
-
- scheduleForCheckpoint(CheckpointPlan) - Method in class tachyon.master.lineage.LineageMaster
-
Schedules persistence for the output files of the given checkpoint plan.
- SCHEME - Static variable in class tachyon.Constants
-
- SCHEME - Static variable in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystem
-
Constant for the Gluster FS URI scheme.
- SCHEME_FT - Static variable in class tachyon.Constants
-
- SECOND_MS - Static variable in class tachyon.Constants
-
- SECURITY_AUTHENTICATION_CUSTOM_PROVIDER - Static variable in class tachyon.Constants
-
- SECURITY_AUTHENTICATION_SOCKET_TIMEOUT_MS - Static variable in class tachyon.Constants
-
- SECURITY_AUTHENTICATION_TYPE - Static variable in class tachyon.Constants
-
- SECURITY_AUTHORIZATION_PERMISSION_ENABLED - Static variable in class tachyon.Constants
-
- SECURITY_AUTHORIZATION_PERMISSION_SUPERGROUP - Static variable in class tachyon.Constants
-
- SECURITY_AUTHORIZATION_PERMISSIONS_UMASK - Static variable in class tachyon.Constants
-
- SECURITY_GROUP_MAPPING - Static variable in class tachyon.Constants
-
- SECURITY_LOGIN_USERNAME - Static variable in class tachyon.Constants
-
Security
- SecurityUtils - Class in tachyon.util
-
Utility methods for security.
- seek(long) - Method in class tachyon.client.block.BufferedBlockInStream
-
- seek(long) - Method in class tachyon.client.block.UnderStoreBlockInStream
-
- seek(long) - Method in class tachyon.client.file.FileInStream
-
- seek(long) - Method in interface tachyon.client.Seekable
-
Moves the starting read position of the stream to the specified position which is relative to
the start of the stream.
- seek(long) - Method in class tachyon.hadoop.HdfsFileInputStream
-
Seek to the given offset from the start of the file.
- Seekable - Interface in tachyon.client
-
This interface should be implemented by all Tachyon streams which support moving the read
position to a specific byte offset.
- seekToNewSource(long) - Method in class tachyon.hadoop.HdfsFileInputStream
-
- selectDirWithRequestedSpace(long, BlockStoreLocation, BlockMetadataManagerView) - Static method in class tachyon.worker.block.evictor.EvictorUtils
-
Finds a directory in the given location range with capacity upwards of the given bound.
- send(SocketChannel) - Method in class tachyon.worker.DataServerMessage
-
Sends this message to the specified socket channel.
- send_accessBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_asyncCheckpoint(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_cacheBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_cancelBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_commitBlock(long, long, String, long, long) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- send_completeFile(String, CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_completePartition(String, PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_completeStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_createDirectory(String, CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_createFile(String, CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_createLineage(List<String>, List<String>, CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- send_createStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_deleteLineage(long, boolean) - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- send_deleteStore(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_free(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_get(long, ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- send_getBlockInfo(long) - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- send_getCapacityBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- send_getFileBlockInfoList(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_getFileInfo(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- send_getLineageInfoList() - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- send_getNewBlockIdForFile(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_getNextKeys(long, ByteBuffer, int) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- send_getPartitionInfo(String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_getPinIdList() - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- send_getServiceVersion() - Method in class tachyon.thrift.TachyonService.Client
-
- send_getSize(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.Client
-
- send_getStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_getStatusInternal(long) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_getUfsAddress() - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_getUsedBytes() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- send_getWorkerId(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- send_getWorkerInfoList() - Method in class tachyon.thrift.BlockMasterClientService.Client
-
- send_heartbeat(long, Map<String, Long>, List<Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- send_heartbeat(long, List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.Client
-
- send_listStatus(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_loadMetadata(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_lockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_mergeStore(String, String) - Method in class tachyon.thrift.KeyValueMasterClientService.Client
-
- send_mount(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_promoteBlock(long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_registerWorker(long, List<String>, Map<String, Long>, Map<String, Long>, Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.Client
-
- send_reinitializeFile(String, long, long) - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- send_remove(String, boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_rename(String, String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_reportLostFile(String) - Method in class tachyon.thrift.LineageMasterClientService.Client
-
- send_requestBlockLocation(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_requestSpace(long, long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_scheduleAsyncPersist(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_setAcl(String, SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_setAttribute(String, SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- send_unlockBlock(long, long) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- send_unmount(String) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- SEPARATOR - Static variable in class tachyon.TachyonURI
-
- SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry
-
- SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry
-
- serialize(Journal.JournalEntry, OutputStream) - Method in interface tachyon.master.journal.JournalFormatter
-
Serializes the given entry and writes it to the given output stream.
- serialize(Journal.JournalEntry, OutputStream) - Method in class tachyon.master.journal.ProtoBufJournalFormatter
-
- SessionCleaner - Class in tachyon.worker.block
-
SessionCleaner periodically checks if any session have become zombies, removes the zombie session
and associated data when necessary.
- SessionCleaner(BlockDataManager) - Constructor for class tachyon.worker.block.SessionCleaner
-
- sessionHeartbeat() - Method in class tachyon.client.worker.BlockWorkerClient
-
Sends a session heartbeat to the worker.
- sessionHeartbeat(long) - Method in class tachyon.Sessions
-
Performs session heartbeat.
- sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncClient
-
- sessionHeartbeat(long, List<Long>, AsyncMethodCallback) - Method in interface tachyon.thrift.BlockWorkerClientService.AsyncIface
-
- sessionHeartbeat() - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
-
- sessionHeartbeat(long, List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.Client
-
- sessionHeartbeat(long, List<Long>) - Method in interface tachyon.thrift.BlockWorkerClientService.Iface
-
Local session send heartbeat to local worker to keep its temporary folder.
- sessionHeartbeat() - Constructor for class tachyon.thrift.BlockWorkerClientService.Processor.sessionHeartbeat
-
- sessionHeartbeat(long, List<Long>) - Method in class tachyon.worker.block.BlockDataManager
-
Handles the heartbeat from a client.
- sessionHeartbeat(long, List<Long>) - Method in class tachyon.worker.block.BlockWorkerClientServiceHandler
-
Local session send heartbeat to local worker to keep its temporary folder.
- sessionHeartbeat_args() - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- sessionHeartbeat_args(long, List<Long>) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- sessionHeartbeat_args(BlockWorkerClientService.sessionHeartbeat_args) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
Performs a deep copy on other.
- sessionHeartbeat_call(long, List<Long>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.BlockWorkerClientService.AsyncClient.sessionHeartbeat_call
-
- sessionHeartbeat_result() - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- sessionHeartbeat_result(BlockWorkerClientService.sessionHeartbeat_result) - Constructor for class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
Performs a deep copy on other.
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
the id of the current session
- sessionId - Variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
the id of the current session
- SessionInfo - Class in tachyon
-
Represent one session in the worker daemon.
- SessionInfo(long, int) - Constructor for class tachyon.SessionInfo
-
- Sessions - Class in tachyon
-
Sessions represents and manages all session contacting a worker.
- Sessions() - Constructor for class tachyon.Sessions
-
- set(String, String) - Method in class tachyon.conf.TachyonConf
-
Sets the value for the appropriate key in the
Properties.
- set(String) - Static method in class tachyon.security.authentication.PlainSaslServer.AuthorizedClientUser
-
- SET_ACL_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- SET_PERMISSION_COMMAND - Static variable in class tachyon.util.ShellUtils
-
a Unix command to set permission
- SET_STATE_FIELD_NUMBER - Static variable in class tachyon.proto.journal.Journal.JournalEntry
-
- setAcl(TachyonURI, SetAclOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- setAcl(TachyonURI, SetAclOptions) - Method in interface tachyon.client.file.FileSystem
-
Sets the acl of a file or directory.
- setAcl(String, SetAclOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Sets the acl of a path.
- setAcl(TachyonURI, SetAclOptions) - Method in class tachyon.master.file.FileSystemMaster
-
Sets the acl of a file or directory.
- setAcl(String, SetAclTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- setAcl(String, SetAclTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- setAcl(String, SetAclTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- setAcl() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
-
- setAcl(String, SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- setAcl(String, SetAclTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Sets the acl of a path.
- setAcl() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.setAcl
-
- setAcl_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- setAcl_args(String, SetAclTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- setAcl_args(FileSystemMasterClientService.setAcl_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
Performs a deep copy on other.
- setAcl_call(String, SetAclTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAcl_call
-
- setAcl_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- setAcl_result(TachyonTException) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- setAcl_result(FileSystemMasterClientService.setAcl_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
Performs a deep copy on other.
- SetAclOptions - Class in tachyon.client.file.options
-
Method option for setting the acl.
- SetAclOptions(SetAclTOptions) - Constructor for class tachyon.client.file.options.SetAclOptions
-
Constructs a new method option for setting the acl.
- SetAclOptions - Class in tachyon.master.file.options
-
Method option for setting the acl.
- SetAclOptions(SetAclTOptions) - Constructor for class tachyon.master.file.options.SetAclOptions
-
Constructs a new method option for setting the acl.
- SetAclOptions.Builder - Class in tachyon.master.file.options
-
- SetAclTOptions - Class in tachyon.thrift
-
- SetAclTOptions() - Constructor for class tachyon.thrift.SetAclTOptions
-
- SetAclTOptions(SetAclTOptions) - Constructor for class tachyon.thrift.SetAclTOptions
-
Performs a deep copy on other.
- SetAclTOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- setAddedBlocksOnTiers(Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the map of added blocks on all tiers
- setAddedBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- setAddMountPoint(File.AddMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- setAddMountPoint(File.AddMountPointEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AddMountPointEntry add_mount_point = 2;
- setAddress(WorkerNetAddress) - Method in class tachyon.thrift.WorkerInfo
-
- setAddressIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setAllowExists(boolean) - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- setAllowExists(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setAllowExists(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
-
- setAllowExists(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setAllowExistsIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setAsyncPersistRequest(File.AsyncPersistRequestEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- setAsyncPersistRequest(File.AsyncPersistRequestEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
- setAttribute(TachyonURI) - Method in class tachyon.client.file.BaseFileSystem
-
- setAttribute(TachyonURI, SetAttributeOptions) - Method in class tachyon.client.file.BaseFileSystem
-
- setAttribute(TachyonURI) - Method in interface tachyon.client.file.FileSystem
-
- setAttribute(TachyonURI, SetAttributeOptions) - Method in interface tachyon.client.file.FileSystem
-
Sets any number of a path's attributes, such as TTL and pin status.
- setAttribute(TachyonURI, SetAttributeOptions) - Method in class tachyon.client.file.FileSystemMasterClient
-
Sets the file or directory attributes.
- setAttribute(String, SetAttributeTOptions) - Method in class tachyon.master.file.FileSystemMasterClientServiceHandler
-
- setAttribute(String, SetAttributeTOptions, AsyncMethodCallback) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncClient
-
- setAttribute(String, SetAttributeTOptions, AsyncMethodCallback) - Method in interface tachyon.thrift.FileSystemMasterClientService.AsyncIface
-
- setAttribute() - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
-
- setAttribute(String, SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.Client
-
- setAttribute(String, SetAttributeTOptions) - Method in interface tachyon.thrift.FileSystemMasterClientService.Iface
-
Sets file or directory attributes.
- setAttribute() - Constructor for class tachyon.thrift.FileSystemMasterClientService.Processor.setAttribute
-
- setAttribute_args() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- setAttribute_args(String, SetAttributeTOptions) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- setAttribute_args(FileSystemMasterClientService.setAttribute_args) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
Performs a deep copy on other.
- setAttribute_call(String, SetAttributeTOptions, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class tachyon.thrift.FileSystemMasterClientService.AsyncClient.setAttribute_call
-
- setAttribute_result() - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- setAttribute_result(FileSystemMasterClientService.setAttribute_result) - Constructor for class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
Performs a deep copy on other.
- SetAttributeOptions - Class in tachyon.client.file.options
-
Method options for setting any number of a path's attributes.
- SetAttributeTOptions - Class in tachyon.thrift
-
- SetAttributeTOptions() - Constructor for class tachyon.thrift.SetAttributeTOptions
-
- SetAttributeTOptions(SetAttributeTOptions) - Constructor for class tachyon.thrift.SetAttributeTOptions
-
Performs a deep copy on other.
- SetAttributeTOptions._Fields - Enum in tachyon.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- setBlockContainerId(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setBlockContainerIdGenerator(Block.BlockContainerIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- setBlockContainerIdGenerator(Block.BlockContainerIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
- setBlockId(long) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 block_id = 1;
- setBlockId(long) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 block_id = 4;
- setBlockId(long) - Method in class tachyon.thrift.BlockInfo
-
- setBlockId(long) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
the id of the block
- setBlockId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the id of the block being committed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
the id of the block being accessed
- setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
the id of the partition
- setBlockId(long) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
the id of the partition
- setBlockId(long) - Method in class tachyon.thrift.PartitionInfo
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- setBlockIdIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
-
- setBlockIds(List<Long>) - Method in class tachyon.master.file.meta.InodeFile
-
Sets the id's of the block.
- setBlockIds(int, long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
repeated int64 block_ids = 1;
- setBlockIds(List<Long>) - Method in class tachyon.thrift.FileInfo
-
- setBlockIds(List<Long>) - Method in class tachyon.thrift.PersistFile
-
- setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setBlockIdsIsSet(boolean) - Method in class tachyon.thrift.PersistFile
-
- setBlockInfo(Block.BlockInfoEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- setBlockInfo(Block.BlockInfoEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.BlockInfoEntry block_info = 4;
- setBlockInfo(BlockInfo) - Method in class tachyon.thrift.FileBlockInfo
-
- setBlockInfoIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
-
- setBlockPath(String) - Method in class tachyon.thrift.LockBlockResult
-
- setBlockPathIsSet(boolean) - Method in class tachyon.thrift.LockBlockResult
-
- setBlocks(int, long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
repeated int64 blocks = 12;
- setBlockSize(long) - Method in class tachyon.master.file.meta.InodeFile
-
- setBlockSize(long) - Method in class tachyon.worker.block.meta.TempBlockMeta
-
- setBlockSizeBytes(long) - Method in class tachyon.client.file.options.CreateFileOptions
-
- setBlockSizeBytes(long) - Method in class tachyon.client.file.options.OutStreamOptions
-
Sets the size of the block in bytes.
- setBlockSizeBytes(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setBlockSizeBytes(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setBlockSizeBytes(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
-
- setBlockSizeBytes(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 block_size_bytes = 8;
- setBlockSizeBytes(long) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 block_size_bytes = 2;
- setBlockSizeBytes(long) - Method in class tachyon.thrift.CreateFileTOptions
-
- setBlockSizeBytes(long) - Method in class tachyon.thrift.FileInfo
-
- setBlockSizeBytes(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
block size in bytes
- setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setBlockSizeBytesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- setCacheable(boolean) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setCacheable(boolean) - Method in class tachyon.master.file.meta.InodeFile
-
- setCacheable(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool cacheable = 11;
- setCapacityBytes(long) - Method in class tachyon.thrift.WorkerInfo
-
- setCapacityBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setCascade(boolean) - Method in class tachyon.client.lineage.options.DeleteLineageOptions
-
Sets the cascade flag for this option.
- setCascade(boolean) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional bool cascade = 2;
- setCascade(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
whether to delete the lineage in cascade
- setCascadeIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- setCheckUfs(boolean) - Method in class tachyon.client.file.options.ExistsOptions
-
Sets the checkUfs flag which determines if this operation should go to the ufs if the data
is not found in Tachyon.
- setCheckUfs(boolean) - Method in class tachyon.client.file.options.GetStatusOptions
-
- setCheckUfs(boolean) - Method in class tachyon.client.file.options.ListStatusOptions
-
- setChildren(List<Long>) - Method in class tachyon.thrift.LineageInfo
-
- setChildrenIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setCommand(String) - Method in class tachyon.thrift.CommandLineJobInfo
-
- setCommandIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
-
- setCommandOptions(FileSystemCommandOptions) - Method in class tachyon.thrift.FileSystemCommand
-
- setCommandOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemCommand
-
- setCommandType(CommandType) - Method in class tachyon.thrift.Command
-
- setCommandType(CommandType) - Method in class tachyon.thrift.FileSystemCommand
-
- setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.Command
-
- setCommandTypeIsSet(boolean) - Method in class tachyon.thrift.FileSystemCommand
-
- setCompleted(boolean) - Method in class tachyon.master.file.meta.InodeFile
-
- setCompleted(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool completed = 10;
- setCompleteFile(File.CompleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- setCompleteFile(File.CompleteFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteFileEntry complete_file = 5;
- setCompletePartition(KeyValue.CompletePartitionEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- setCompletePartition(KeyValue.CompletePartitionEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompletePartitionEntry complete_partition = 21;
- setCompleteStore(KeyValue.CompleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- setCompleteStore(KeyValue.CompleteStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CompleteStoreEntry complete_store = 22;
- setConf(TachyonConf) - Method in interface tachyon.security.group.GroupMappingService
-
Sets the configuration to GroupMappingService.
- setConf(TachyonConf) - Method in class tachyon.security.group.provider.IdentityUserGroupsMapping
-
- setConf(TachyonConf) - Method in class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
-
- setConf(JobConfInfo) - Method in class tachyon.thrift.CommandLineJobInfo
-
- setConf(Object) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- setConf(Object) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- setConf(Object) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- setConf(Object) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- setConf(Object) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- setConf(Object) - Method in class tachyon.underfs.UnderFileSystem
-
Sets the configuration object for UnderFileSystem.
- setConfIsSet(boolean) - Method in class tachyon.thrift.CommandLineJobInfo
-
- setContainerId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 container_id = 1;
- setCreateStore(KeyValue.CreateStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- setCreateStore(KeyValue.CreateStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.CreateStoreEntry create_store = 23;
- setCreationTimeMs(long) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setCreationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 creation_time_ms = 6;
- setCreationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 creation_time_ms = 6;
- setCreationTimeMs(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 creation_time_ms = 6;
- setCreationTimeMs(long) - Method in class tachyon.thrift.FileInfo
-
- setCreationTimeMs(long) - Method in class tachyon.thrift.LineageInfo
-
- setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setCreationTimeMsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setCurrentBlocksOnTiers(Map<String, List<Long>>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of list of blocks on each tier
- setCurrentBlocksOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setCurrentMasterThread(Thread) - Method in class tachyon.LeaderSelectorClient
-
Sets the current master thread.
- setData(List<Long>) - Method in class tachyon.thrift.Command
-
- setDataIsSet(boolean) - Method in class tachyon.thrift.Command
-
- setDataPort(int) - Method in class tachyon.thrift.WorkerNetAddress
-
- setDataPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
-
- setDeleted(boolean) - Method in class tachyon.master.file.meta.Inode
-
Sets the deleted flag of the inode.
- setDeleteFile(File.DeleteFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- setDeleteFile(File.DeleteFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteFileEntry delete_file = 6;
- setDeleteLineage(Lineage.DeleteLineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- setDeleteLineage(Lineage.DeleteLineageEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteLineageEntry delete_lineage = 7;
- setDeleteMountPoint(File.DeleteMountPointEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- setDeleteMountPoint(File.DeleteMountPointEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
- setDeleteStore(KeyValue.DeleteStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- setDeleteStore(KeyValue.DeleteStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.DeleteStoreEntry delete_store = 25;
- setDirectory(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setDstPath(String) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- setDstPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
the desinationpath of the file
- setDstPathBytes(ByteString) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional string dst_path = 2;
- setDstPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- setE(TachyonTException) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- setEIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- setFieldValue(BlockInfo._Fields, Object) - Method in class tachyon.thrift.BlockInfo
-
- setFieldValue(BlockLocation._Fields, Object) - Method in class tachyon.thrift.BlockLocation
-
- setFieldValue(BlockMasterClientService.getBlockInfo_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- setFieldValue(BlockMasterClientService.getBlockInfo_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- setFieldValue(BlockMasterClientService.getCapacityBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- setFieldValue(BlockMasterClientService.getCapacityBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- setFieldValue(BlockMasterClientService.getUsedBytes_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- setFieldValue(BlockMasterClientService.getUsedBytes_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- setFieldValue(BlockMasterClientService.getWorkerInfoList_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- setFieldValue(BlockMasterClientService.getWorkerInfoList_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- setFieldValue(BlockMasterWorkerService.commitBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setFieldValue(BlockMasterWorkerService.commitBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- setFieldValue(BlockMasterWorkerService.getWorkerId_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- setFieldValue(BlockMasterWorkerService.getWorkerId_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- setFieldValue(BlockMasterWorkerService.heartbeat_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- setFieldValue(BlockMasterWorkerService.heartbeat_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- setFieldValue(BlockMasterWorkerService.registerWorker_args._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setFieldValue(BlockMasterWorkerService.registerWorker_result._Fields, Object) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- setFieldValue(BlockWorkerClientService.accessBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- setFieldValue(BlockWorkerClientService.accessBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- setFieldValue(BlockWorkerClientService.asyncCheckpoint_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- setFieldValue(BlockWorkerClientService.asyncCheckpoint_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- setFieldValue(BlockWorkerClientService.cacheBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- setFieldValue(BlockWorkerClientService.cacheBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- setFieldValue(BlockWorkerClientService.cancelBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- setFieldValue(BlockWorkerClientService.cancelBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- setFieldValue(BlockWorkerClientService.lockBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- setFieldValue(BlockWorkerClientService.lockBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- setFieldValue(BlockWorkerClientService.promoteBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- setFieldValue(BlockWorkerClientService.promoteBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setFieldValue(BlockWorkerClientService.requestBlockLocation_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- setFieldValue(BlockWorkerClientService.requestBlockLocation_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setFieldValue(BlockWorkerClientService.requestSpace_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- setFieldValue(BlockWorkerClientService.requestSpace_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- setFieldValue(BlockWorkerClientService.sessionHeartbeat_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- setFieldValue(BlockWorkerClientService.sessionHeartbeat_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- setFieldValue(BlockWorkerClientService.unlockBlock_args._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- setFieldValue(BlockWorkerClientService.unlockBlock_result._Fields, Object) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- setFieldValue(Command._Fields, Object) - Method in class tachyon.thrift.Command
-
- setFieldValue(CommandLineJobInfo._Fields, Object) - Method in class tachyon.thrift.CommandLineJobInfo
-
- setFieldValue(CompleteFileTOptions._Fields, Object) - Method in class tachyon.thrift.CompleteFileTOptions
-
- setFieldValue(CreateDirectoryTOptions._Fields, Object) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setFieldValue(CreateFileTOptions._Fields, Object) - Method in class tachyon.thrift.CreateFileTOptions
-
- setFieldValue(DependencyInfo._Fields, Object) - Method in class tachyon.thrift.DependencyInfo
-
- setFieldValue(FileBlockInfo._Fields, Object) - Method in class tachyon.thrift.FileBlockInfo
-
- setFieldValue(FileInfo._Fields, Object) - Method in class tachyon.thrift.FileInfo
-
- setFieldValue(FileSystemCommand._Fields, Object) - Method in class tachyon.thrift.FileSystemCommand
-
- setFieldValue(FileSystemMasterClientService.completeFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- setFieldValue(FileSystemMasterClientService.completeFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- setFieldValue(FileSystemMasterClientService.createDirectory_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- setFieldValue(FileSystemMasterClientService.createDirectory_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- setFieldValue(FileSystemMasterClientService.createFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- setFieldValue(FileSystemMasterClientService.createFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- setFieldValue(FileSystemMasterClientService.free_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- setFieldValue(FileSystemMasterClientService.free_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- setFieldValue(FileSystemMasterClientService.getFileBlockInfoList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- setFieldValue(FileSystemMasterClientService.getFileBlockInfoList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- setFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- setFieldValue(FileSystemMasterClientService.getNewBlockIdForFile_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- setFieldValue(FileSystemMasterClientService.getStatus_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- setFieldValue(FileSystemMasterClientService.getStatus_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- setFieldValue(FileSystemMasterClientService.getStatusInternal_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- setFieldValue(FileSystemMasterClientService.getStatusInternal_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- setFieldValue(FileSystemMasterClientService.getUfsAddress_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- setFieldValue(FileSystemMasterClientService.getUfsAddress_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- setFieldValue(FileSystemMasterClientService.listStatus_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- setFieldValue(FileSystemMasterClientService.listStatus_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- setFieldValue(FileSystemMasterClientService.loadMetadata_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- setFieldValue(FileSystemMasterClientService.loadMetadata_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setFieldValue(FileSystemMasterClientService.mount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- setFieldValue(FileSystemMasterClientService.mount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- setFieldValue(FileSystemMasterClientService.remove_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- setFieldValue(FileSystemMasterClientService.remove_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- setFieldValue(FileSystemMasterClientService.rename_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- setFieldValue(FileSystemMasterClientService.rename_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- setFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- setFieldValue(FileSystemMasterClientService.scheduleAsyncPersist_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- setFieldValue(FileSystemMasterClientService.setAcl_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- setFieldValue(FileSystemMasterClientService.setAcl_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- setFieldValue(FileSystemMasterClientService.setAttribute_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- setFieldValue(FileSystemMasterClientService.setAttribute_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- setFieldValue(FileSystemMasterClientService.unmount_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- setFieldValue(FileSystemMasterClientService.unmount_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- setFieldValue(FileSystemMasterWorkerService.getFileInfo_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- setFieldValue(FileSystemMasterWorkerService.getFileInfo_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- setFieldValue(FileSystemMasterWorkerService.getPinIdList_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- setFieldValue(FileSystemMasterWorkerService.getPinIdList_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- setFieldValue(FileSystemMasterWorkerService.heartbeat_args._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- setFieldValue(FileSystemMasterWorkerService.heartbeat_result._Fields, Object) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- setFieldValue(JobConfInfo._Fields, Object) - Method in class tachyon.thrift.JobConfInfo
-
- setFieldValue(KeyValueMasterClientService.completePartition_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- setFieldValue(KeyValueMasterClientService.completePartition_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- setFieldValue(KeyValueMasterClientService.completeStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- setFieldValue(KeyValueMasterClientService.completeStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- setFieldValue(KeyValueMasterClientService.createStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- setFieldValue(KeyValueMasterClientService.createStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- setFieldValue(KeyValueMasterClientService.deleteStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- setFieldValue(KeyValueMasterClientService.deleteStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- setFieldValue(KeyValueMasterClientService.getPartitionInfo_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- setFieldValue(KeyValueMasterClientService.getPartitionInfo_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- setFieldValue(KeyValueMasterClientService.mergeStore_args._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- setFieldValue(KeyValueMasterClientService.mergeStore_result._Fields, Object) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- setFieldValue(KeyValueWorkerClientService.get_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- setFieldValue(KeyValueWorkerClientService.get_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setFieldValue(KeyValueWorkerClientService.getNextKeys_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- setFieldValue(KeyValueWorkerClientService.getNextKeys_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setFieldValue(KeyValueWorkerClientService.getSize_args._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- setFieldValue(KeyValueWorkerClientService.getSize_result._Fields, Object) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setFieldValue(LineageInfo._Fields, Object) - Method in class tachyon.thrift.LineageInfo
-
- setFieldValue(LineageMasterClientService.createLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- setFieldValue(LineageMasterClientService.createLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setFieldValue(LineageMasterClientService.deleteLineage_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- setFieldValue(LineageMasterClientService.deleteLineage_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- setFieldValue(LineageMasterClientService.getLineageInfoList_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- setFieldValue(LineageMasterClientService.getLineageInfoList_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- setFieldValue(LineageMasterClientService.reinitializeFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- setFieldValue(LineageMasterClientService.reinitializeFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- setFieldValue(LineageMasterClientService.reportLostFile_args._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- setFieldValue(LineageMasterClientService.reportLostFile_result._Fields, Object) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- setFieldValue(LockBlockResult._Fields, Object) - Method in class tachyon.thrift.LockBlockResult
-
- setFieldValue(PartitionInfo._Fields, Object) - Method in class tachyon.thrift.PartitionInfo
-
- setFieldValue(PersistCommandOptions._Fields, Object) - Method in class tachyon.thrift.PersistCommandOptions
-
- setFieldValue(PersistFile._Fields, Object) - Method in class tachyon.thrift.PersistFile
-
- setFieldValue(RpcOptions._Fields, Object) - Method in class tachyon.thrift.RpcOptions
-
- setFieldValue(SetAclTOptions._Fields, Object) - Method in class tachyon.thrift.SetAclTOptions
-
- setFieldValue(SetAttributeTOptions._Fields, Object) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setFieldValue(TachyonService.getServiceVersion_args._Fields, Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- setFieldValue(TachyonService.getServiceVersion_result._Fields, Object) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- setFieldValue(TachyonTException._Fields, Object) - Method in exception tachyon.thrift.TachyonTException
-
- setFieldValue(ThriftIOException._Fields, Object) - Method in exception tachyon.thrift.ThriftIOException
-
- setFieldValue(WorkerInfo._Fields, Object) - Method in class tachyon.thrift.WorkerInfo
-
- setFieldValue(WorkerNetAddress._Fields, Object) - Method in class tachyon.thrift.WorkerNetAddress
-
- setFileId(long) - Method in class tachyon.proto.journal.File.AsyncPersistRequestEntry.Builder
-
optional int64 file_id = 1;
- setFileId(long) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
the id of the file being accessed
- setFileId(long) - Method in class tachyon.thrift.FileInfo
-
- setFileId(long) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
the id of the file or directory
- setFileId(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
the id of the file
- setFileId(long) - Method in class tachyon.thrift.PersistFile
-
- setFileIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- setFileIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- setFileIdIsSet(boolean) - Method in class tachyon.thrift.PersistFile
-
- setFileLocations(List<WorkerNetAddress>) - Method in class tachyon.web.UIFileInfo
-
- setFirst(T1) - Method in class tachyon.collections.Pair
-
Set the first value.
- setFromPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
the path of the store to be merged
- setFromPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- setFromStoreId(long) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 from_store_id = 1;
- setGroup(String) - Method in class tachyon.client.file.options.SetAclOptions
-
Sets the group of a path.
- setGroup(String) - Method in class tachyon.master.file.options.SetAclOptions.Builder
-
Sets the group of a path.
- setGroup(String) - Method in class tachyon.thrift.SetAclTOptions
-
- setGroupIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
-
- setGroupName(String) - Method in class tachyon.master.file.meta.Inode
-
- setGroupName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- setGroupName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- setGroupName(String) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- setGroupName(String) - Method in class tachyon.thrift.FileInfo
-
- setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string group_name = 9;
- setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string group_name = 15;
- setGroupNameBytes(ByteString) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string group_name = 4;
- setGroupNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setHandler(AbstractHandler) - Method in class tachyon.web.UIWebServer
-
- setHost(String) - Method in class tachyon.thrift.WorkerNetAddress
-
- setHostIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
-
- setHostname() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Sets hostname.
- setId(long) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setId(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setId(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 id = 2;
- setId(long) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.PersistDirectoryEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional int64 id = 1;
- setId(long) - Method in class tachyon.thrift.LineageInfo
-
- setId(long) - Method in class tachyon.thrift.WorkerInfo
-
- setIdIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setIdIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setInfo(PartitionInfo) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
information about the partition to mark complete
- setInfoIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- setInitialBytes(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
initial number of bytes requested
- setInitialBytesIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- setInMemoryPercentage(int) - Method in class tachyon.thrift.FileInfo
-
- setInMemoryPercentageIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setInodeDirectory(File.InodeDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- setInodeDirectory(File.InodeDirectoryEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryEntry inode_directory = 9;
- setInodeDirectoryIdGenerator(File.InodeDirectoryIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- setInodeDirectoryIdGenerator(File.InodeDirectoryIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
- setInodeFile(File.InodeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- setInodeFile(File.InodeFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeFileEntry inode_file = 11;
- setInodeLastModificationTime(File.InodeLastModificationTimeEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- setInodeLastModificationTime(File.InodeLastModificationTimeEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
- setInputFiles(int, long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 input_files = 2;
- setInputFiles(List<String>) - Method in class tachyon.thrift.LineageInfo
-
- setInputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the list of input files
- setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setInputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setIoe(ThriftIOException) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setIoeIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setIsCacheable(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsCacheableIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsCompleted(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsCompletedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsFolder(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsFolderIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsPersisted(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsPersistedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsPinned(boolean) - Method in class tachyon.thrift.FileInfo
-
- setIsPinnedIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageInfo
-
- setJob(CommandLineJobInfo) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the command line job info
- setJobCommand(String) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- setJobCommandBytes(ByteString) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_command = 4;
- setJobIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setJobIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- setJobOutputPath(String) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- setJobOutputPathBytes(ByteString) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
optional string job_output_path = 5;
- setKey(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
binary of the key
- setKey(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- setKey(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
current key
- setKey(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- setKey(String) - Method in class tachyon.thrift.RpcOptions
-
- setKeyIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- setKeyIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- setKeyIsSet(boolean) - Method in class tachyon.thrift.RpcOptions
-
- setKeyLimit(String) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- setKeyLimit(byte[]) - Method in class tachyon.thrift.PartitionInfo
-
- setKeyLimit(ByteBuffer) - Method in class tachyon.thrift.PartitionInfo
-
- setKeyLimitBytes(ByteString) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_limit = 3;
- setKeyLimitIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
-
- setKeyStart(String) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- setKeyStart(byte[]) - Method in class tachyon.thrift.PartitionInfo
-
- setKeyStart(ByteBuffer) - Method in class tachyon.thrift.PartitionInfo
-
- setKeyStartBytes(ByteString) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional string key_start = 2;
- setKeyStartIsSet(boolean) - Method in class tachyon.thrift.PartitionInfo
-
- setLastContactSec(int) - Method in class tachyon.thrift.WorkerInfo
-
- setLastContactSecIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setLastModificationTimeMs(long) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setLastModificationTimeMs(long) - Method in class tachyon.master.file.meta.Inode
-
Sets the last modification time of the inode.
- setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 last_modification_time_ms = 7;
- setLastModificationTimeMs(long) - Method in class tachyon.proto.journal.File.InodeLastModificationTimeEntry.Builder
-
optional int64 last_modification_time_ms = 2;
- setLastModificationTimeMs(long) - Method in class tachyon.thrift.FileInfo
-
- setLastModificationTimeMsIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setLength(long) - Method in class tachyon.master.file.meta.InodeFile
-
- setLength(long) - Method in class tachyon.proto.journal.Block.BlockInfoEntry.Builder
-
optional int64 length = 2;
- setLength(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 length = 3;
- setLength(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 length = 9;
- setLength(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 length = 2;
- setLength(long) - Method in class tachyon.thrift.BlockInfo
-
- setLength(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the length of the block being committed
- setLength(long) - Method in class tachyon.thrift.FileInfo
-
- setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
-
- setLengthIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setLengthIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setLineage(Lineage.LineageEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- setLineage(Lineage.LineageEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageEntry lineage = 13;
- setLineageId(long) - Method in class tachyon.proto.journal.Lineage.DeleteLineageEntry.Builder
-
optional int64 lineage_id = 1;
- setLineageId(long) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
the lineage id
- setLineageIdGenerator(Lineage.LineageIdGeneratorEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- setLineageIdGenerator(Lineage.LineageIdGeneratorEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
- setLineageIdIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- setLocalDirStickyBit(String) - Static method in class tachyon.util.io.FileUtils
-
Sticky bit can be set primarily on directories in UNIX / Linux.
- setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.CreateFileOptions
-
- setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.InStreamOptions
-
- setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.OpenFileOptions
-
- setLocationPolicy(FileWriteLocationPolicy) - Method in class tachyon.client.file.options.OutStreamOptions
-
- setLocations(List<BlockLocation>) - Method in class tachyon.thrift.BlockInfo
-
- setLocationsIsSet(boolean) - Method in class tachyon.thrift.BlockInfo
-
- setLockId(long) - Method in class tachyon.thrift.LockBlockResult
-
- setLockId(long) - Method in class tachyon.worker.DataServerMessage
-
Sets the id of the block's locker.
- setLockIdIsSet(boolean) - Method in class tachyon.thrift.LockBlockResult
-
- setMergeStore(KeyValue.MergeStoreEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- setMergeStore(KeyValue.MergeStoreEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.MergeStoreEntry merge_store = 26;
- setMessage(String) - Method in exception tachyon.thrift.TachyonTException
-
- setMessage(String) - Method in exception tachyon.thrift.ThriftIOException
-
- setMessageIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
-
- setMessageIsSet(boolean) - Method in exception tachyon.thrift.ThriftIOException
-
- setMetrics(List<Long>) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
the client metrics
- setMetricsIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- setName(String) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setName(String) - Method in class tachyon.master.file.meta.Inode
-
Sets the name of the inode.
- setName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- setName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- setName(String) - Method in class tachyon.thrift.FileInfo
-
- setNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string name = 3;
- setNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string name = 3;
- setNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setNextContainerId(long) - Method in class tachyon.master.block.BlockContainerIdGenerator
-
- setNextContainerId(long) - Method in class tachyon.proto.journal.Block.BlockContainerIdGeneratorEntry.Builder
-
optional int64 next_container_id = 1;
- setNumKeys(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
maximum number of keys to get
- setNumKeysIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- setOffset(long) - Method in class tachyon.thrift.FileBlockInfo
-
- setOffsetIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
-
- setOperationTimeMs(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setOperationTimeMs(long) - Method in class tachyon.master.file.options.CompleteFileOptions.Builder
-
- setOperationTimeMs(long) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
-
- setOperationTimeMs(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
-
- setOperationTimeMs(long) - Method in class tachyon.master.file.options.SetAclOptions.Builder
-
Sets the operation time.
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.CompleteFileEntry.Builder
-
optional int64 op_time_ms = 4;
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional int64 op_time_ms = 3;
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.PersistFileEntry.Builder
-
optional int64 op_time_ms = 3;
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.RenameEntry.Builder
-
optional int64 op_time_ms = 3;
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int64 op_time_ms = 2;
- setOpTimeMs(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 op_time_ms = 2;
- setOptions(CompleteFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
the method options
- setOptions(CreateDirectoryTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
the method options
- setOptions(CreateFileTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
the options for creating the file
- setOptions(SetAclTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
the method options
- setOptions(SetAttributeTOptions) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
the method options
- setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- setOptionsIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- setOutputFile(String) - Method in class tachyon.thrift.JobConfInfo
-
- setOutputFileIds(int, long) - Method in class tachyon.proto.journal.Lineage.LineageEntry.Builder
-
repeated int64 output_file_ids = 3;
- setOutputFileIsSet(boolean) - Method in class tachyon.thrift.JobConfInfo
-
- setOutputFiles(List<String>) - Method in class tachyon.thrift.LineageInfo
-
- setOutputFiles(List<String>) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
the list of output files
- setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setOutputFilesIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- setOwner(String) - Method in class tachyon.client.file.options.SetAclOptions
-
Sets the owner of a path.
- setOwner(String) - Method in class tachyon.master.file.options.SetAclOptions.Builder
-
Sets the owner of a path.
- setOwner(String) - Method in class tachyon.thrift.SetAclTOptions
-
- setOwnerIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
-
- setParentId(long) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setParentId(long) - Method in class tachyon.master.file.meta.Inode
-
Sets the parent folder of the inode.
- setParentId(long) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int64 parent_id = 2;
- setParentId(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 parent_id = 2;
- setParents(List<Long>) - Method in class tachyon.thrift.LineageInfo
-
- setParentsIsSet(boolean) - Method in class tachyon.thrift.LineageInfo
-
- setPath(String) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- setPath(String) - Method in class tachyon.thrift.FileInfo
-
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
the path of the directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
the path of a file or directory
- setPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
the path of the file or directory
- setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
the path of the store
- setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
the path of the store
- setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
the path of the store
- setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
the path of the store
- setPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
the path of the store
- setPath(String) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
the path of the file
- setPath(String) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
the path of the file
- setPathBytes(ByteString) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional string path = 1;
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- setPathIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- setPermission(short) - Method in class tachyon.client.file.options.SetAclOptions
-
Sets the permission of a path.
- setPermission(short) - Method in class tachyon.master.file.meta.Inode
-
- setPermission(short) - Method in class tachyon.master.file.options.SetAclOptions.Builder
-
Sets the permission of a path.
- setPermission(int) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional int32 permission = 10;
- setPermission(int) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int32 permission = 16;
- setPermission(int) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional int32 permission = 5;
- setPermission(int) - Method in class tachyon.thrift.FileInfo
-
- setPermission(int) - Method in class tachyon.thrift.SetAclTOptions
-
- setPermission(String, String) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystem
-
- setPermission(String, String) - Method in class tachyon.underfs.local.LocalUnderFileSystem
-
- setPermission(String, String) - Method in class tachyon.underfs.oss.OSSUnderFileSystem
-
- setPermission(String, String) - Method in class tachyon.underfs.s3.S3UnderFileSystem
-
- setPermission(String, String) - Method in class tachyon.underfs.swift.SwiftUnderFileSystem
-
- setPermission(String, String) - Method in class tachyon.underfs.UnderFileSystem
-
Changes posix file permission
- setPermissionIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setPermissionIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
-
- setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setPermissionStatus(PermissionStatus) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setPersistDirectory(File.PersistDirectoryEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- setPersistDirectory(File.PersistDirectoryEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.PersistDirectoryEntry persist_directory = 15;
- setPersisted(boolean) - Method in class tachyon.client.file.options.SetAttributeOptions
-
- setPersisted(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setPersisted(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
-
- setPersisted(boolean) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
-
- setPersisted(boolean) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool persisted = 5;
- setPersisted(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setPersisted(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setPersisted(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setPersistedFiles(List<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
the list of persisted files
- setPersistedFilesIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- setPersistedIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setPersistedIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setPersistedIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setPersistenceState(PersistenceState) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setPersistenceState(PersistenceState) - Method in class tachyon.master.file.meta.Inode
-
- setPersistenceState(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- setPersistenceState(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- setPersistenceState(String) - Method in class tachyon.thrift.FileInfo
-
- setPersistenceStateBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string persistence_state = 4;
- setPersistenceStateBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string persistence_state = 4;
- setPersistenceStateIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setPersistFiles(List<PersistFile>) - Method in class tachyon.thrift.PersistCommandOptions
-
- setPersistFilesIsSet(boolean) - Method in class tachyon.thrift.PersistCommandOptions
-
- setPersistOptions(PersistCommandOptions) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- setPinned(boolean) - Method in class tachyon.client.file.options.SetAttributeOptions
-
- setPinned(boolean) - Method in class tachyon.master.file.meta.Inode.Builder
-
- setPinned(boolean) - Method in class tachyon.master.file.meta.Inode
-
Sets the pinned flag of the inode.
- setPinned(Inode, boolean, long) - Method in class tachyon.master.file.meta.InodeTree
-
Sets the pinned state of an inode.
- setPinned(Inode, boolean) - Method in class tachyon.master.file.meta.InodeTree
-
Sets the pinned state of an inode.
- setPinned(boolean) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional bool pinned = 5;
- setPinned(boolean) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional bool pinned = 5;
- setPinned(boolean) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional bool pinned = 3;
- setPinned(FileSystem, TachyonURI, boolean) - Static method in class tachyon.shell.command.CommandUtils
-
Sets pin state for the input path
- setPinned(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setPinnedIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setReadType(ReadType) - Method in class tachyon.client.file.options.InStreamOptions
-
- setReadType(ReadType) - Method in class tachyon.client.file.options.OpenFileOptions
-
- setRecursive(boolean) - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- setRecursive(boolean) - Method in class tachyon.client.file.options.CreateFileOptions
-
- setRecursive(boolean) - Method in class tachyon.client.file.options.DeleteOptions
-
Sets the recursive flag.
- setRecursive(boolean) - Method in class tachyon.client.file.options.FreeOptions
-
Sets the recursive flag.
- setRecursive(boolean) - Method in class tachyon.client.file.options.LoadMetadataOptions
-
Sets the recursive flag.
- setRecursive(boolean) - Method in class tachyon.client.file.options.SetAclOptions
-
Sets the recursive flag.
- setRecursive(boolean) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setRecursive(boolean) - Method in class tachyon.master.file.options.CreateDirectoryOptions.Builder
-
- setRecursive(boolean) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
-
- setRecursive(boolean) - Method in class tachyon.master.file.options.SetAclOptions.Builder
-
Sets the recursive flag.
- setRecursive(boolean) - Method in class tachyon.proto.journal.File.DeleteFileEntry.Builder
-
optional bool recursive = 2;
- setRecursive(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setRecursive(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
whether to free recursively
- setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
whether to load meta data recursively
- setRecursive(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
whether to remove recursively
- setRecursive(boolean) - Method in class tachyon.thrift.SetAclTOptions
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- setRecursiveIsSet(boolean) - Method in class tachyon.thrift.SetAclTOptions
-
- setReinitializeFile(File.ReinitializeFileEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- setReinitializeFile(File.ReinitializeFileEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
- setRemovedBlockIds(List<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the list of removed block ids
- setRemovedBlockIdsIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- setRename(File.RenameEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- setRename(File.RenameEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.RenameEntry rename = 19;
- setRequestBytes(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the number of bytes requested
- setRequestBytesIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- setRpcPort(int) - Method in class tachyon.thrift.WorkerNetAddress
-
- setRpcPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
-
- setSecond(T2) - Method in class tachyon.collections.Pair
-
Set the second value.
- setSequenceNumber(long) - Method in class tachyon.proto.journal.File.InodeDirectoryIdGeneratorEntry.Builder
-
optional int64 sequence_number = 2;
- setSequenceNumber(long) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional int64 sequence_number = 1;
- setSequenceNumber(long) - Method in class tachyon.proto.journal.Lineage.LineageIdGeneratorEntry.Builder
-
optional int64 sequence_number = 1;
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
the id of the current session
- setSessionId(long) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
the id of the current session
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- setSessionIdIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- setSetAcl(File.SetAclEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- setSetAcl(File.SetAclEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetAclEntry set_acl = 24;
- setSetState(File.SetStateEntry) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- setSetState(File.SetStateEntry.Builder) - Method in class tachyon.proto.journal.Journal.JournalEntry.Builder
-
optional .tachyon.proto.journal.SetStateEntry set_state = 20;
- setStartTimeMs(long) - Method in class tachyon.thrift.WorkerInfo
-
- setStartTimeMsIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setState(TachyonURI, SetAttributeOptions) - Method in class tachyon.master.file.FileSystemMaster
-
Sets the file state.
- setState(String) - Method in class tachyon.thrift.WorkerInfo
-
- setStateIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setStorageTiers(List<String>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the list of storage tiers
- setStorageTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CompletePartitionEntry.Builder
-
optional int64 store_id = 1;
- setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CompleteStoreEntry.Builder
-
optional int64 store_id = 1;
- setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.CreateStoreEntry.Builder
-
optional int64 store_id = 1;
- setStoreId(long) - Method in class tachyon.proto.journal.KeyValue.DeleteStoreEntry.Builder
-
optional int64 store_id = 1;
- setSuccess(BlockInfo) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- setSuccess(long) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- setSuccess(long) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- setSuccess(List<WorkerInfo>) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- setSuccess(long) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- setSuccess(Command) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- setSuccess(LockBlockResult) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setSuccess(String) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- setSuccess(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- setSuccess(List<FileBlockInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- setSuccess(String) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- setSuccess(List<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- setSuccess(long) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setSuccess(FileInfo) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- setSuccess(Set<Long>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- setSuccess(FileSystemCommand) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- setSuccess(List<PartitionInfo>) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- setSuccess(byte[]) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setSuccess(ByteBuffer) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setSuccess(List<ByteBuffer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setSuccess(int) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setSuccess(long) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setSuccess(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- setSuccess(List<LineageInfo>) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- setSuccess(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- setSuccess(long) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- setSuccessIsSet(boolean) - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- setTachyonHome() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Sets tachyon home.
- setTachyonPath(String) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- setTachyonPath(String) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
the path of tachyon mount point
- setTachyonPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
the path of the tachyon mount point
- setTachyonPathBytes(ByteString) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string tachyon_path = 1;
- setTachyonPathBytes(ByteString) - Method in class tachyon.proto.journal.File.DeleteMountPointEntry.Builder
-
optional string tachyon_path = 1;
- setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- setTachyonPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- setTierAlias(String) - Method in class tachyon.thrift.BlockLocation
-
- setTierAlias(String) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the alias of the target tier
- setTierAliasIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
-
- setTierAliasIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setTimerClass(String, Class<? extends HeartbeatTimer>) - Static method in class tachyon.heartbeat.HeartbeatContext
-
- setToPath(String) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
the path of the store to be merged to
- setToPathIsSet(boolean) - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- setToStoreId(long) - Method in class tachyon.proto.journal.KeyValue.MergeStoreEntry.Builder
-
optional int64 to_store_id = 2;
- setTotalBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of total bytes on each tier
- setTotalBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setTtl(long) - Method in class tachyon.client.file.options.CreateFileOptions
-
- setTtl(long) - Method in class tachyon.client.file.options.OutStreamOptions
-
Sets the time to live.
- setTtl(long) - Method in class tachyon.client.file.options.SetAttributeOptions
-
- setTtl(long) - Method in class tachyon.master.file.meta.InodeFile.Builder
-
- setTtl(long) - Method in class tachyon.master.file.meta.InodeFile
-
- setTtl(long) - Method in class tachyon.master.file.meta.options.CreatePathOptions.Builder
-
- setTtl(long) - Method in class tachyon.master.file.options.CreateFileOptions.Builder
-
- setTtl(long) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional int64 ttl = 13;
- setTtl(long) - Method in class tachyon.proto.journal.File.ReinitializeFileEntry.Builder
-
optional int64 ttl = 3;
- setTtl(long) - Method in class tachyon.proto.journal.File.SetStateEntry.Builder
-
optional int64 ttl = 4;
- setTtl(FileSystem, TachyonURI, long) - Static method in class tachyon.shell.command.CommandUtils
-
Sets a new TTL value or unsets an existing TTL value for file at path.
- setTtl(long) - Method in class tachyon.thrift.CreateFileTOptions
-
- setTtl(long) - Method in class tachyon.thrift.FileInfo
-
- setTtl(long) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
time to live
- setTtl(long) - Method in class tachyon.thrift.SetAttributeTOptions
-
- SetTtlCommand - Class in tachyon.shell.command
-
Sets a new TTL value for the file at path both of the TTL value and the path
are specified by args.
- SetTtlCommand(TachyonConf, FileSystem) - Constructor for class tachyon.shell.command.SetTtlCommand
-
- setTtlIsSet(boolean) - Method in class tachyon.thrift.CreateFileTOptions
-
- setTtlIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setTtlIsSet(boolean) - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- setTtlIsSet(boolean) - Method in class tachyon.thrift.SetAttributeTOptions
-
- setType(String) - Method in exception tachyon.thrift.TachyonTException
-
- setTypeIsSet(boolean) - Method in exception tachyon.thrift.TachyonTException
-
- setUfsLength(long) - Method in class tachyon.client.file.options.CompleteFileOptions
-
- setUfsLength(long) - Method in class tachyon.master.file.options.CompleteFileOptions.Builder
-
- setUfsLength(long) - Method in class tachyon.thrift.CompleteFileTOptions
-
- setUfsLengthIsSet(boolean) - Method in class tachyon.thrift.CompleteFileTOptions
-
- setUfsLocations(List<WorkerNetAddress>) - Method in class tachyon.thrift.FileBlockInfo
-
- setUfsLocationsIsSet(boolean) - Method in class tachyon.thrift.FileBlockInfo
-
- setUfsPath(String) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- setUfsPath(String) - Method in class tachyon.thrift.FileInfo
-
- setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
the path of the under file system
- setUfsPath(String) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
the path of the under file system
- setUfsPathBytes(ByteString) - Method in class tachyon.proto.journal.File.AddMountPointEntry.Builder
-
optional string ufs_path = 2;
- setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- setUfsPathIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- setupTest(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Sets up corresponding directories for tests.
- setUsedBytes(long) - Method in class tachyon.thrift.WorkerInfo
-
- setUsedBytesIsSet(boolean) - Method in class tachyon.thrift.WorkerInfo
-
- setUsedBytesOnTier(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the space used in bytes on the target tier
- setUsedBytesOnTierIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setUsedBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the map of space used in bytes on all tiers
- setUsedBytesOnTiers(Map<String, Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the map of used bytes on each tier
- setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- setUsedBytesOnTiersIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setUserName(String) - Method in class tachyon.master.file.meta.Inode
-
- setUserName(String) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- setUserName(String) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- setUserName(String) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- setUserName(String) - Method in class tachyon.thrift.FileInfo
-
- setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeDirectoryEntry.Builder
-
optional string user_name = 8;
- setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.InodeFileEntry.Builder
-
optional string user_name = 14;
- setUserNameBytes(ByteString) - Method in class tachyon.proto.journal.File.SetAclEntry.Builder
-
optional string user_name = 3;
- setUserNameIsSet(boolean) - Method in class tachyon.thrift.FileInfo
-
- setWebPort(int) - Method in class tachyon.thrift.WorkerNetAddress
-
- setWebPortIsSet(boolean) - Method in class tachyon.thrift.WorkerNetAddress
-
- setWorkerAddress(WorkerNetAddress) - Method in class tachyon.thrift.BlockLocation
-
- setWorkerAddressIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
-
- setWorkerId(long) - Method in class tachyon.thrift.BlockLocation
-
- setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
the id of the worker
- setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
the id of the worker
- setWorkerId(long) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the id of the worker
- setWorkerId(long) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
the id of the worker
- setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockLocation
-
- setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- setWorkerIdIsSet(boolean) - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- setWorkerNetAddress(WorkerNetAddress) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
the worker network address
- setWorkerNetAddress(NetAddress) - Static method in class tachyon.worker.WorkerContext
-
- setWorkerNetAddressIsSet(boolean) - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- setWriteType(WriteType) - Method in class tachyon.client.file.options.CreateDirectoryOptions
-
- setWriteType(WriteType) - Method in class tachyon.client.file.options.CreateFileOptions
-
- setWriteType(WriteType) - Method in class tachyon.client.file.options.OutStreamOptions
-
- ShellBasedUnixGroupsMapping - Class in tachyon.security.group.provider
-
A simple shell-based implementation of
GroupMappingService that exec's the
groups
shell command to fetch the group memberships of a given user.
- ShellBasedUnixGroupsMapping() - Constructor for class tachyon.security.group.provider.ShellBasedUnixGroupsMapping
-
- ShellUtils - Class in tachyon.util
-
A base class for running a Unix command.
- ShellUtils.ExitCodeException - Exception in tachyon.util
-
This is an IOException with exit code added.
- shutdown() - Method in class tachyon.master.journal.JournalTailerThread
-
Initiates the shutdown of this tailer thread.
- shutdown() - Method in class tachyon.underfs.LocalFilesystemCluster
-
- shutdown() - Method in class tachyon.underfs.UnderFileSystemCluster
-
To stop the underfs cluster system
- shutdownAndJoin() - Method in class tachyon.master.journal.JournalTailerThread
-
Initiates the shutdown of this tailer thread, and also waits for it to finish.
- shutdownWebServer() - Method in class tachyon.web.UIWebServer
-
Shuts down the web server.
- SimpleAuthenticationProviderImpl - Class in tachyon.security.authentication
-
An authentication provider implementation that allows arbitrary combination of username and
password including empty strings.
- SimpleAuthenticationProviderImpl() - Constructor for class tachyon.security.authentication.SimpleAuthenticationProviderImpl
-
- SingleResponseListener - Class in tachyon.client.netty
-
A simple listener that waits for a single
RPCResponse message from the remote server.
- SingleResponseListener() - Constructor for class tachyon.client.netty.SingleResponseListener
-
- Sink - Interface in tachyon.metrics.sink
-
Sink consumes the records generated by the metrics source.
- SINK_REGEX - Static variable in class tachyon.metrics.MetricsSystem
-
- SITE_PROPERTIES - Static variable in class tachyon.conf.TachyonConf
-
File to set customized properties
- size() - Method in class tachyon.client.keyvalue.ByteBufferKeyValuePartitionReader
-
- size() - Method in interface tachyon.client.keyvalue.KeyValuePartitionReader
-
- size() - Method in interface tachyon.client.keyvalue.KeyValueStoreReader
-
- size() - Method in class tachyon.collections.IndexedSet
-
- size() - Method in class tachyon.StorageTierAssoc
-
- skip(long) - Method in class tachyon.client.block.BufferedBlockInStream
-
- skip(long) - Method in class tachyon.client.block.UnderStoreBlockInStream
-
- skip(long) - Method in class tachyon.client.file.FileInStream
-
- skip(long) - Method in class tachyon.underfs.oss.OSSInputStream
-
- skip(long) - Method in class tachyon.underfs.s3.S3InputStream
-
This method leverages the ability to open a stream from S3 from a given offset.
- SLEEPING_TIMER_CLASS - Static variable in class tachyon.heartbeat.HeartbeatContext
-
- SleepingRetry - Class in tachyon.retry
-
A retry policy that uses thread sleeping for the delay.
- SleepingRetry(int) - Constructor for class tachyon.retry.SleepingRetry
-
- SleepingTimer - Class in tachyon.heartbeat
-
This class can be used for executing heartbeats periodically.
- SleepingTimer(String, long) - Constructor for class tachyon.heartbeat.SleepingTimer
-
- sleepMs(long) - Static method in class tachyon.util.CommonUtils
-
Sleeps for the given number of milliseconds.
- sleepMs(Logger, long) - Static method in class tachyon.util.CommonUtils
-
Sleeps for the given number of milliseconds, reporting interruptions using the given logger.
- sleepMs(Logger, long, boolean) - Static method in class tachyon.util.CommonUtils
-
Sleeps for the given number of milliseconds, reporting interruptions using the given logger,
and optionally pass the interruption to the caller.
- sliceByteBuffer(ByteBuffer, int, int) - Static method in class tachyon.util.io.BufferUtils
-
Creates a new ByteBuffer sliced from a given ByteBuffer.
- sortLineageTopologically(Set<Lineage>) - Method in class tachyon.master.lineage.meta.LineageStore
-
Sorts a given set of lineages topologically.
- sortTopologically(Set<T>) - Method in class tachyon.collections.DirectedAcyclicGraph
-
Sorts a given set of payloads topologically based on the DAG.
- Source - Interface in tachyon.metrics.source
-
Source is where the metrics generated.
- SOURCE_REGEX - Static variable in class tachyon.metrics.MetricsSystem
-
- SpaceReserver - Class in tachyon.worker.block
-
SpaceReserver periodically checks if there is enough space reserved on each storage tier,
if there is no enough free space on some tier, free space from it.
- SpaceReserver(BlockDataManager) - Constructor for class tachyon.worker.block.SpaceReserver
-
- SpecificHostPolicy - Class in tachyon.client.file.policy
-
Always returns a worker with the specified hostname.
- SpecificHostPolicy(String) - Constructor for class tachyon.client.file.policy.SpecificHostPolicy
-
Constructs the policy with the hostname.
- standardSchemeReadValue(TProtocol, TField) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- standardSchemeWriteValue(TProtocol) - Method in class tachyon.thrift.FileSystemCommandOptions
-
- start() - Method in class tachyon.LeaderSelectorClient
-
Starts the leader selection.
- start() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Starts both a master and a worker using the default test configurations.
- start(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Starts both master and a worker using the configurations in test conf respectively.
- start(boolean) - Method in class tachyon.master.block.BlockMaster
-
- start(boolean) - Method in class tachyon.master.file.FileSystemMaster
-
- start(boolean) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
- start(boolean) - Method in class tachyon.master.lineage.LineageMaster
-
- start() - Method in class tachyon.master.LocalTachyonMaster
-
Starts the master.
- start(boolean) - Method in interface tachyon.master.Master
-
Starts the master, as the leader master or the standby master.
- start(boolean) - Method in class tachyon.master.MasterBase
-
- start() - Method in class tachyon.master.TachyonMaster
-
Starts the Tachyon master server.
- start() - Method in class tachyon.metrics.MetricsSystem
-
Starts the metrics system.
- start() - Method in class tachyon.metrics.sink.ConsoleSink
-
- start() - Method in class tachyon.metrics.sink.CsvSink
-
- start() - Method in class tachyon.metrics.sink.GraphiteSink
-
- start() - Method in class tachyon.metrics.sink.JmxSink
-
- start() - Method in class tachyon.metrics.sink.MetricsServlet
-
- start() - Method in interface tachyon.metrics.sink.Sink
-
Starts the reporter polling.
- start(I, BlockMasterClientService.getBlockInfo_args, AsyncMethodCallback<BlockInfo>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getBlockInfo
-
- start(I, BlockMasterClientService.getCapacityBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getCapacityBytes
-
- start(I, BlockMasterClientService.getUsedBytes_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getUsedBytes
-
- start(I, BlockMasterClientService.getWorkerInfoList_args, AsyncMethodCallback<List<WorkerInfo>>) - Method in class tachyon.thrift.BlockMasterClientService.AsyncProcessor.getWorkerInfoList
-
- start(I, BlockMasterWorkerService.commitBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.commitBlock
-
- start(I, BlockMasterWorkerService.getWorkerId_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.getWorkerId
-
- start(I, BlockMasterWorkerService.heartbeat_args, AsyncMethodCallback<Command>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.heartbeat
-
- start(I, BlockMasterWorkerService.registerWorker_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockMasterWorkerService.AsyncProcessor.registerWorker
-
- start(I, BlockWorkerClientService.accessBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.accessBlock
-
- start(I, BlockWorkerClientService.asyncCheckpoint_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.asyncCheckpoint
-
- start(I, BlockWorkerClientService.cacheBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cacheBlock
-
- start(I, BlockWorkerClientService.cancelBlock_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.cancelBlock
-
- start(I, BlockWorkerClientService.lockBlock_args, AsyncMethodCallback<LockBlockResult>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.lockBlock
-
- start(I, BlockWorkerClientService.promoteBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.promoteBlock
-
- start(I, BlockWorkerClientService.requestBlockLocation_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestBlockLocation
-
- start(I, BlockWorkerClientService.requestSpace_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.requestSpace
-
- start(I, BlockWorkerClientService.sessionHeartbeat_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.sessionHeartbeat
-
- start(I, BlockWorkerClientService.unlockBlock_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.BlockWorkerClientService.AsyncProcessor.unlockBlock
-
- start(I, FileSystemMasterClientService.completeFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.completeFile
-
- start(I, FileSystemMasterClientService.createDirectory_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createDirectory
-
- start(I, FileSystemMasterClientService.createFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.createFile
-
- start(I, FileSystemMasterClientService.free_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.free
-
- start(I, FileSystemMasterClientService.getFileBlockInfoList_args, AsyncMethodCallback<List<FileBlockInfo>>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getFileBlockInfoList
-
- start(I, FileSystemMasterClientService.getNewBlockIdForFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getNewBlockIdForFile
-
- start(I, FileSystemMasterClientService.getStatus_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatus
-
- start(I, FileSystemMasterClientService.getStatusInternal_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getStatusInternal
-
- start(I, FileSystemMasterClientService.getUfsAddress_args, AsyncMethodCallback<String>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.getUfsAddress
-
- start(I, FileSystemMasterClientService.listStatus_args, AsyncMethodCallback<List<FileInfo>>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.listStatus
-
- start(I, FileSystemMasterClientService.loadMetadata_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.loadMetadata
-
- start(I, FileSystemMasterClientService.mount_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.mount
-
- start(I, FileSystemMasterClientService.remove_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.remove
-
- start(I, FileSystemMasterClientService.rename_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.rename
-
- start(I, FileSystemMasterClientService.scheduleAsyncPersist_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.scheduleAsyncPersist
-
- start(I, FileSystemMasterClientService.setAcl_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAcl
-
- start(I, FileSystemMasterClientService.setAttribute_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.setAttribute
-
- start(I, FileSystemMasterClientService.unmount_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.FileSystemMasterClientService.AsyncProcessor.unmount
-
- start(I, FileSystemMasterWorkerService.getFileInfo_args, AsyncMethodCallback<FileInfo>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getFileInfo
-
- start(I, FileSystemMasterWorkerService.getPinIdList_args, AsyncMethodCallback<Set<Long>>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.getPinIdList
-
- start(I, FileSystemMasterWorkerService.heartbeat_args, AsyncMethodCallback<FileSystemCommand>) - Method in class tachyon.thrift.FileSystemMasterWorkerService.AsyncProcessor.heartbeat
-
- start(I, KeyValueMasterClientService.completePartition_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completePartition
-
- start(I, KeyValueMasterClientService.completeStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.completeStore
-
- start(I, KeyValueMasterClientService.createStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.createStore
-
- start(I, KeyValueMasterClientService.deleteStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.deleteStore
-
- start(I, KeyValueMasterClientService.getPartitionInfo_args, AsyncMethodCallback<List<PartitionInfo>>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.getPartitionInfo
-
- start(I, KeyValueMasterClientService.mergeStore_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.KeyValueMasterClientService.AsyncProcessor.mergeStore
-
- start(I, KeyValueWorkerClientService.get_args, AsyncMethodCallback<ByteBuffer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.get
-
- start(I, KeyValueWorkerClientService.getNextKeys_args, AsyncMethodCallback<List<ByteBuffer>>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getNextKeys
-
- start(I, KeyValueWorkerClientService.getSize_args, AsyncMethodCallback<Integer>) - Method in class tachyon.thrift.KeyValueWorkerClientService.AsyncProcessor.getSize
-
- start(I, LineageMasterClientService.createLineage_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.createLineage
-
- start(I, LineageMasterClientService.deleteLineage_args, AsyncMethodCallback<Boolean>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.deleteLineage
-
- start(I, LineageMasterClientService.getLineageInfoList_args, AsyncMethodCallback<List<LineageInfo>>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.getLineageInfoList
-
- start(I, LineageMasterClientService.reinitializeFile_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reinitializeFile
-
- start(I, LineageMasterClientService.reportLostFile_args, AsyncMethodCallback<Void>) - Method in class tachyon.thrift.LineageMasterClientService.AsyncProcessor.reportLostFile
-
- start(I, TachyonService.getServiceVersion_args, AsyncMethodCallback<Long>) - Method in class tachyon.thrift.TachyonService.AsyncProcessor.getServiceVersion
-
- start() - Method in class tachyon.underfs.LocalFilesystemCluster
-
- start() - Method in class tachyon.underfs.UnderFileSystemCluster
-
To start the underfs cluster system
- start() - Method in class tachyon.worker.block.BlockWorker
-
Runs the block worker.
- start() - Method in class tachyon.worker.file.FileSystemWorker
-
Starts the filesystem worker service.
- start() - Method in class tachyon.worker.keyvalue.KeyValueWorker
-
- start() - Method in class tachyon.worker.TachyonWorker
-
Starts the Tachyon worker server.
- start() - Method in interface tachyon.worker.Worker
-
Starts the worker.
- startMaster(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Configures and starts a master.
- startMaster(TachyonConf) - Method in class tachyon.master.LocalTachyonCluster
-
- startMaster(TachyonConf) - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- startMasters(boolean) - Method in class tachyon.master.TachyonMaster
-
- startServing(String, String) - Method in class tachyon.master.TachyonMaster
-
- startServingRPCServer() - Method in class tachyon.master.TachyonMaster
-
- startServingWebServer() - Method in class tachyon.master.TachyonMaster
-
- startTimeMs - Variable in class tachyon.thrift.WorkerInfo
-
- startWebServer() - Method in class tachyon.web.UIWebServer
-
Starts the web server.
- startWorker(TachyonConf) - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Configures and starts a worker.
- startWorker(TachyonConf) - Method in class tachyon.master.LocalTachyonCluster
-
- startWorker(TachyonConf) - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- state - Variable in class tachyon.thrift.WorkerInfo
-
- stateChanged(CuratorFramework, ConnectionState) - Method in class tachyon.LeaderSelectorClient
-
- stop() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Stops both the tachyon and underfs service threads.
- stop() - Method in class tachyon.master.LocalTachyonCluster
-
- stop() - Method in class tachyon.master.LocalTachyonMaster
-
Stops the master and cleans up client connections.
- stop() - Method in interface tachyon.master.Master
-
Stops the master.
- stop() - Method in class tachyon.master.MasterBase
-
- stop() - Method in class tachyon.master.TachyonMaster
-
Stops the Tachyon master server.
- stop() - Method in class tachyon.metrics.MetricsSystem
-
Stops the metrics system.
- stop() - Method in class tachyon.metrics.sink.ConsoleSink
-
- stop() - Method in class tachyon.metrics.sink.CsvSink
-
- stop() - Method in class tachyon.metrics.sink.GraphiteSink
-
- stop() - Method in class tachyon.metrics.sink.JmxSink
-
- stop() - Method in class tachyon.metrics.sink.MetricsServlet
-
- stop() - Method in interface tachyon.metrics.sink.Sink
-
Stops the reporter.
- stop() - Method in class tachyon.worker.block.BlockDataManager
-
Stops the block data manager.
- stop() - Method in class tachyon.worker.block.BlockWorker
-
Stops the block worker.
- stop() - Method in class tachyon.worker.block.SessionCleaner
-
Stops the checking, once this method is called, the object should be discarded
- stop() - Method in class tachyon.worker.block.SpaceReserver
-
Stops the checking, once this method is called, the object should be discarded
- stop() - Method in class tachyon.worker.file.FileSystemWorker
-
Stops the filesystem worker service.
- stop() - Method in class tachyon.worker.keyvalue.KeyValueWorker
-
- stop() - Method in class tachyon.worker.TachyonWorker
-
Stops the Tachyon worker server.
- stop() - Method in interface tachyon.worker.Worker
-
Stops the worker.
- stopMasters() - Method in class tachyon.master.TachyonMaster
-
- stopServing() - Method in class tachyon.master.TachyonMaster
-
- stopTFS() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Stops the tachyon filesystem's service thread only.
- stopTFS() - Method in class tachyon.master.LocalTachyonCluster
-
- stopTFS() - Method in class tachyon.master.LocalTachyonClusterMultiMaster
-
- stopUFS() - Method in class tachyon.master.AbstractLocalTachyonCluster
-
Cleans up the underfs cluster test folder only.
- stopWorker() - Method in class tachyon.master.LocalTachyonCluster
-
Cleanup the worker state from the master and stop the worker.
- StorageDir - Class in tachyon.worker.block.meta
-
Represents a directory in a storage tier.
- StorageDirView - Class in tachyon.worker.block.meta
-
This class is a wrapper of
StorageDir to provide more limited access and a filtered list
of blocks.
- StorageDirView(StorageDir, StorageTierView, BlockMetadataManagerView) - Constructor for class tachyon.worker.block.meta.StorageDirView
-
- StorageTier - Class in tachyon.worker.block.meta
-
Represents a tier of storage, for example memory or SSD.
- StorageTierAssoc - Class in tachyon
-
- StorageTierAssoc(TachyonConf, String, String) - Constructor for class tachyon.StorageTierAssoc
-
Constructs a new instance using the given TachyonConf object.
- StorageTierAssoc(List<String>) - Constructor for class tachyon.StorageTierAssoc
-
Constructs a new instance using the given list of storage tier aliases in order of their
position in the hierarchy.
- storageTiers - Variable in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
the list of storage tiers
- StorageTierView - Class in tachyon.worker.block.meta
-
This class is a wrapper of
StorageTier to provide more limited access
- StorageTierView(StorageTier, BlockMetadataManagerView) - Constructor for class tachyon.worker.block.meta.StorageTierView
-
- STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompletePartitionEntry
-
- STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CompleteStoreEntry
-
- STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.CreateStoreEntry
-
- STORE_ID_FIELD_NUMBER - Static variable in class tachyon.proto.journal.KeyValue.DeleteStoreEntry
-
- storeToHadoopConfiguration(TachyonConf, Configuration) - Static method in class tachyon.hadoop.ConfUtils
-
Stores the source
TachyonConf object to the target
Hadoop
Configuration object.
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.block.BlockMaster
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.file.FileSystemMaster
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.file.meta.InodeTree
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in interface tachyon.master.journal.JournalCheckpointStreamable
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.keyvalue.KeyValueMaster
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.lineage.LineageMaster
-
- streamToJournalCheckpoint(JournalOutputStream) - Method in class tachyon.master.lineage.meta.LineageStore
-
- subProperties(Properties, String) - Method in class tachyon.metrics.MetricsConfig
-
Uses regex to parse every original property key to a prefix and a suffix.
- success - Variable in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- success - Variable in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- success - Variable in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- success - Variable in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- success - Variable in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- success - Variable in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- success - Variable in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- success - Variable in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- success - Variable in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- success - Variable in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- success - Variable in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- success - Variable in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- success - Variable in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- success - Variable in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- success - Variable in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- success - Variable in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- success - Variable in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.hdfs.HdfsUnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.local.LocalUnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.oss.OSSUnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.s3.S3UnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in class tachyon.underfs.swift.SwiftUnderFileSystemFactory
-
- supportsPath(String, TachyonConf) - Method in interface tachyon.underfs.UnderFileSystemFactory
-
- SWIFT_API_KEY - Static variable in class tachyon.Constants
-
- SWIFT_AUTH_METHOD_KEY - Static variable in class tachyon.Constants
-
- SWIFT_AUTH_PORT_KEY - Static variable in class tachyon.Constants
-
- SWIFT_AUTH_URL_KEY - Static variable in class tachyon.Constants
-
- SWIFT_TENANT_KEY - Static variable in class tachyon.Constants
-
- SWIFT_USE_PUBLIC_URI_KEY - Static variable in class tachyon.Constants
-
- SWIFT_USER_KEY - Static variable in class tachyon.Constants
-
- SwiftDirectClient - Class in tachyon.underfs.swift.http
-
Contains direct calls to OpenStack Swift.
- SwiftDirectClient() - Constructor for class tachyon.underfs.swift.http.SwiftDirectClient
-
- SwiftOutputStream - Class in tachyon.underfs.swift
-
A stream for writing data to Swift.
- SwiftOutputStream(HttpURLConnection) - Constructor for class tachyon.underfs.swift.SwiftOutputStream
-
- SwiftUnderFileSystem - Class in tachyon.underfs.swift
-
- SwiftUnderFileSystem(String, TachyonConf) - Constructor for class tachyon.underfs.swift.SwiftUnderFileSystem
-
- SwiftUnderFileSystemFactory - Class in tachyon.underfs.swift
-
- SwiftUnderFileSystemFactory() - Constructor for class tachyon.underfs.swift.SwiftUnderFileSystemFactory
-
- validate() - Method in class tachyon.network.protocol.RPCBlockReadRequest
-
- validate() - Method in class tachyon.network.protocol.RPCMessage
-
Validate the message.
- validate() - Method in class tachyon.thrift.BlockInfo
-
- validate() - Method in class tachyon.thrift.BlockLocation
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_args
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getBlockInfo_result
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_args
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getCapacityBytes_result
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_args
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getUsedBytes_result
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args
-
- validate() - Method in class tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_args
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.commitBlock_result
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_args
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.getWorkerId_result
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_args
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.heartbeat_result
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_args
-
- validate() - Method in class tachyon.thrift.BlockMasterWorkerService.registerWorker_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.accessBlock_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.cacheBlock_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.cancelBlock_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.lockBlock_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.promoteBlock_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.requestSpace_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_args
-
- validate() - Method in class tachyon.thrift.BlockWorkerClientService.unlockBlock_result
-
- validate() - Method in class tachyon.thrift.Command
-
- validate() - Method in class tachyon.thrift.CommandLineJobInfo
-
- validate() - Method in class tachyon.thrift.CompleteFileTOptions
-
- validate() - Method in class tachyon.thrift.CreateDirectoryTOptions
-
- validate() - Method in class tachyon.thrift.CreateFileTOptions
-
- validate() - Method in class tachyon.thrift.DependencyInfo
-
- validate() - Method in class tachyon.thrift.FileBlockInfo
-
- validate() - Method in class tachyon.thrift.FileInfo
-
- validate() - Method in class tachyon.thrift.FileSystemCommand
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.completeFile_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createDirectory_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.createFile_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.free_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.free_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatus_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.listStatus_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.loadMetadata_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.mount_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.remove_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.rename_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAcl_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.setAttribute_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterClientService.unmount_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args
-
- validate() - Method in class tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result
-
- validate() - Method in class tachyon.thrift.JobConfInfo
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completePartition_result
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.completeStore_result
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.createStore_result
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.deleteStore_result
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_args
-
- validate() - Method in class tachyon.thrift.KeyValueMasterClientService.mergeStore_result
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_args
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.get_result
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_args
-
- validate() - Method in class tachyon.thrift.KeyValueWorkerClientService.getSize_result
-
- validate() - Method in class tachyon.thrift.LineageInfo
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_args
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.createLineage_result
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_args
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.deleteLineage_result
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_args
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.getLineageInfoList_result
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_args
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.reinitializeFile_result
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_args
-
- validate() - Method in class tachyon.thrift.LineageMasterClientService.reportLostFile_result
-
- validate() - Method in class tachyon.thrift.LockBlockResult
-
- validate() - Method in class tachyon.thrift.PartitionInfo
-
- validate() - Method in class tachyon.thrift.PersistCommandOptions
-
- validate() - Method in class tachyon.thrift.PersistFile
-
- validate() - Method in class tachyon.thrift.RpcOptions
-
- validate() - Method in class tachyon.thrift.SetAclTOptions
-
- validate() - Method in class tachyon.thrift.SetAttributeTOptions
-
- validate() - Method in class tachyon.thrift.TachyonService.getServiceVersion_args
-
- validate() - Method in class tachyon.thrift.TachyonService.getServiceVersion_result
-
- validate() - Method in exception tachyon.thrift.TachyonTException
-
- validate() - Method in exception tachyon.thrift.ThriftIOException
-
- validate() - Method in class tachyon.thrift.WorkerInfo
-
- validate() - Method in class tachyon.thrift.WorkerNetAddress
-
- validateArgs(String...) - Method in class tachyon.shell.command.AbstractTfsShellCommand
-
- validateArgs(String...) - Method in class tachyon.shell.command.CreateLineageCommand
-
- validateArgs(String...) - Method in class tachyon.shell.command.MkdirCommand
-
- validateArgs(String...) - Method in interface tachyon.shell.command.TfsShellCommand
-
Checks if the arguments are valid.
- ValidateConf - Class in tachyon
-
- validateLock(long, long, long) - Method in class tachyon.worker.block.BlockLockManager
-
Validates the lock is hold by the given session for the given block.
- validatePath(String, TachyonConf) - Static method in class tachyon.shell.TfsShellUtils
-
- validatePath(String) - Static method in class tachyon.util.io.PathUtils
-
Checks if the given path is properly formed.
- valueOf(String) - Static method in enum tachyon.client.block.BlockStoreContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.file.FileSystemContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.lineage.LineageContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.ReadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.TachyonStorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.UnderStorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.client.WriteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.exception.ExceptionMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.exception.TachyonExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.master.file.meta.PersistenceState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.network.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.network.protocol.RPCMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.network.protocol.RPCResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
-
- valueOf(String) - Static method in enum tachyon.security.authentication.AuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.security.authorization.FileSystemAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockLocation._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.Command._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.DependencyInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileBlockInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemCommand._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.JobConfInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.LockBlockResult._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.PartitionInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.PersistFile._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.RpcOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.SetAclTOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.TachyonTException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.ThriftIOException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.WorkerInfo._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.worker.block.BlockLockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tachyon.worker.netty.FileTransferType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tachyon.client.block.BlockStoreContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.file.FileSystemContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.lineage.LineageContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.ReadType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.TachyonStorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.UnderStorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.client.WriteType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.exception.ExceptionMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.exception.TachyonExceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.master.file.meta.PersistenceState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.network.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.network.protocol.RPCMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.network.protocol.RPCResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.proto.journal.Journal.JournalEntry.EntryCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.security.authentication.AuthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.security.authorization.FileSystemAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockLocation._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getBlockInfo_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getCapacityBytes_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getUsedBytes_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterClientService.getWorkerInfoList_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.commitBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.getWorkerId_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.heartbeat_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockMasterWorkerService.registerWorker_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.accessBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.asyncCheckpoint_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cacheBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.cancelBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.lockBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.promoteBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestBlockLocation_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.requestSpace_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.sessionHeartbeat_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.BlockWorkerClientService.unlockBlock_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.Command._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.CommandLineJobInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.CommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.CompleteFileTOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.CreateDirectoryTOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.CreateFileTOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.DependencyInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileBlockInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemCommand._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemCommandOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.completeFile_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createDirectory_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.createFile_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.free_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getFileBlockInfoList_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getNewBlockIdForFile_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatus_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getStatusInternal_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.getUfsAddress_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.listStatus_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.loadMetadata_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.mount_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.remove_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.rename_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.scheduleAsyncPersist_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAcl_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.setAttribute_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterClientService.unmount_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getFileInfo_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.getPinIdList_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.FileSystemMasterWorkerService.heartbeat_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.JobConfInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completePartition_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.completeStore_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.createStore_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.deleteStore_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.getPartitionInfo_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueMasterClientService.mergeStore_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.get_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getNextKeys_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.KeyValueWorkerClientService.getSize_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.createLineage_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.deleteLineage_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.getLineageInfoList_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.reinitializeFile_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LineageMasterClientService.reportLostFile_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.LockBlockResult._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.PartitionInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.PersistCommandOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.PersistFile._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.RpcOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.SetAclTOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.SetAttributeTOptions._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.TachyonService.getServiceVersion_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.TachyonTException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.ThriftIOException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.WorkerInfo._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.thrift.WorkerNetAddress._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.underfs.UnderFileSystem.SpaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.underfs.UnderFileSystem.UnderFSType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.util.network.NetworkAddressUtils.ServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.worker.block.BlockLockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tachyon.worker.netty.FileTransferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in tachyon
-
The version of the current build.
- VERSION - Static variable in class tachyon.Version
-
- VERSION - Static variable in class tachyon.web.WebInterfaceWorkerGeneralServlet.UIWorkerInfo
-